doc make: Add *.pdf files to the 'clean' target

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
This commit is contained in:
vadimk 2014-10-26 11:52:03 +02:00 committed by Stephen Hemminger
parent 338f07c699
commit 2dc6731dce
1 changed files with 1 additions and 1 deletions

View File

@ -70,4 +70,4 @@ install:
install -m 0644 $(shell echo *.sgml) $(DESTDIR)$(DOCDIR)
clean:
rm -f *.aux *.log *.toc $(PSFILES) $(DVIFILES) *.html
rm -f *.aux *.log *.toc $(PSFILES) $(DVIFILES) *.html *.pdf