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/relnotes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/relnotes') diff --git a/doc/relnotes/Makefile b/doc/relnotes/Makefile index 17d3812a90..fa311aabc6 100644 --- a/doc/relnotes/Makefile +++ b/doc/relnotes/Makefile @@ -46,7 +46,7 @@ html: dirs $(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 relnotes relnotes-* _* -- cgit v1.2.3