]> www.ginac.de Git - ginac.git/blobdiff - doc/tutorial/Makefile.am
- moved the subsections that were marked as 'digression:' to an appendix
[ginac.git] / doc / tutorial / Makefile.am
index 23edcb64479ebdab95d5ac46cbcf1aa056f0abfb..5eb2479909b52c687f9377b3b4b09a7fa9e5c421 100644 (file)
@@ -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