From: vadimk Date: Sun, 26 Oct 2014 09:52:03 +0000 (+0200) Subject: doc make: Add *.pdf files to the 'clean' target X-Git-Tag: v3.18.0~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dc6731dce06edda1255f646282ba4d938eb20d2;p=thirdparty%2Fiproute2.git doc make: Add *.pdf files to the 'clean' target Signed-off-by: Vadim Kochan --- diff --git a/doc/Makefile b/doc/Makefile index b92957ed1..e9c0ff79e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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