From 4fa74d8e0217cc31c399e3a5c415601727f4b85a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 7 Oct 1999 18:22:58 +0000 Subject: Remove $(PROJECT).pdf not *.pdf. We were accidentally removing the pdf version of figures. --- doc/new_chapters/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/new_chapters') diff --git a/doc/new_chapters/Makefile b/doc/new_chapters/Makefile index fca4a69407..5d7a7b5d74 100644 --- a/doc/new_chapters/Makefile +++ b/doc/new_chapters/Makefile @@ -56,7 +56,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 $(PROJECT) $(PROJECT)-* _* $(GENERATED_FILES) -- cgit v1.2.3