Remove $(PROJECT).pdf not *.pdf. We were accidentally removing the

pdf version of figures.
This commit is contained in:
Joel Sherrill
1999-10-07 18:22:58 +00:00
parent dd265c056b
commit 4fa74d8e02
17 changed files with 17 additions and 17 deletions

View File

@@ -56,7 +56,7 @@ html: dirs $(FILES)
$(PROJECT).texi
clean:
rm -f *.o $(PROG) *.txt core *.pdf
rm -f *.o $(PROG) *.txt core $(PROJECT).pdf
rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
rm -f $(PROJECT) $(PROJECT)-*
rm -f c_$(PROJECT) c_$(PROJECT)-*