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/tools/pdl2texi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tools/pdl2texi/Makefile') diff --git a/doc/tools/pdl2texi/Makefile b/doc/tools/pdl2texi/Makefile index cdf5b65aa3..6ed821a699 100644 --- a/doc/tools/pdl2texi/Makefile +++ b/doc/tools/pdl2texi/Makefile @@ -78,7 +78,7 @@ avdas: -u "Magic Subsystem" test_cases/avdas.d clean: - rm -f *.o $(PROG) *.txt core *.html $(PROJECT) Drive.texi *.pdf + rm -f *.o $(PROG) *.txt core *.html $(PROJECT) Drive.texi $(PROJECT).pdf rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE) rm -f test_cases/*.txt test_cases/*.texi -- cgit v1.2.3