From ed62b717aa0383e08b4a2642cd923498898e1a18 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Fri, 21 Jan 2000 13:58:06 +0000 Subject: [PATCH] - Use newer fig2dev which supports eps (old ones are broken now!) --- doc/tutorial/Makefile.am | 4 ++-- doc/tutorial/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.46.2