From: Richard Kreckel Date: Fri, 21 Jan 2000 13:58:06 +0000 (+0000) Subject: - Use newer fig2dev which supports eps (old ones are broken now!) X-Git-Tag: release_0-5-0~51 X-Git-Url: https://ginac.de/ginac.git/static/gitweb.css/ginac.git?a=commitdiff_plain;h=ed62b717aa0383e08b4a2642cd923498898e1a18;p=ginac.git - Use newer fig2dev which supports eps (old ones are broken now!) --- diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am index a2763b1c..fc1e74b9 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.9 $< $@..."; \ - ${FIG2DEV} -L ps -m 0.9 $< $@; \ + echo "Running ${FIG2DEV} -L eps -m 0.9 $< $@..."; \ + ${FIG2DEV} -L eps -m 0.9 $< $@; \ else \ echo "warning: fig2dev was not found by configure"; \ fi diff --git a/doc/tutorial/Makefile.in b/doc/tutorial/Makefile.in index e4b36e70..ca92d6b9 100644 --- a/doc/tutorial/Makefile.in +++ b/doc/tutorial/Makefile.in @@ -396,8 +396,8 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean %.eps: %.fig @if [ "${FIG2DEV}" ]; then \ - echo "Running ${FIG2DEV} -L ps -m 0.9 $< $@..."; \ - ${FIG2DEV} -L ps -m 0.9 $< $@; \ + echo "Running ${FIG2DEV} -L eps -m 0.9 $< $@..."; \ + ${FIG2DEV} -L eps -m 0.9 $< $@; \ else \ echo "warning: fig2dev was not found by configure"; \ fi