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

@@ -58,7 +58,7 @@ html: dirs $(FILES)
posix_users.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)