From 0b81ea18276a77e19cb3febf8bf66cc398464c28 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 7 Oct 1999 18:24:16 +0000 Subject: Remove $(PROJECT).pdf not *.pdf. We were accidentally removing the pdf version of figures. Added convert stanza to generate pdf's from eps of figures. --- doc/user/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/user') diff --git a/doc/user/Makefile b/doc/user/Makefile index b8947ef60f..cbbc2e3e95 100644 --- a/doc/user/Makefile +++ b/doc/user/Makefile @@ -59,7 +59,7 @@ html: dirs $(FILES) $(PROJECT).texi clean: - rm -f *.o $(PROG) *.txt core *.html *.pdf + rm -f *.o $(PROG) *.txt core *.html $(PROJECT).pdf rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE) rm -f c_user c_user-* _* $(GENERATED_FILES) @@ -185,3 +185,4 @@ mp.texi: mp.t convert: /usr/bin/gs -dMaxBitmap=300000000 -g5500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=rtemspie.pdf -- rtemspie.eps -c -quit + /usr/bin/gs -dMaxBitmap=300000000 -g5500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=states.pdf -- states.eps -c -quit -- cgit v1.2.3