X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=doc%2Ftutorial%2FMakefile.am;h=5eb2479909b52c687f9377b3b4b09a7fa9e5c421;hp=23edcb64479ebdab95d5ac46cbcf1aa056f0abfb;hb=726f2a78847ca21d45253306e4499c73ca81f2a6;hpb=85599ce9c9bbd4aea7ebeca2dbf63b7ad5db27b3 diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am index 23edcb64..5eb24799 100644 --- a/doc/tutorial/Makefile.am +++ b/doc/tutorial/Makefile.am @@ -10,8 +10,8 @@ SUFFIXES = .fig .png .eps .txt %.eps: %.fig @if [ "${FIG2DEV}" ]; then \ - echo "Running ${FIG2DEV} -L ps -m 0.8 $< $@..."; \ - ${FIG2DEV} -L ps -m 0.8 $< $@; \ + echo "Running ${FIG2DEV} -L ps -m 0.9 $< $@..."; \ + ${FIG2DEV} -L ps -m 0.9 $< $@; \ else \ echo "warning: fig2dev was not found by configure"; \ fi