From: Fred Drake Date: Wed, 4 Feb 1998 20:33:13 +0000 (+0000) Subject: Add *.pdf files to the clobber target (same target as *.ps). X-Git-Tag: v1.5.1~862 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b7fc6f26757cb7dd965166e4984303934c6bf5d;p=python Add *.pdf files to the clobber target (same target as *.ps). --- diff --git a/Doc/Makefile b/Doc/Makefile index d247101bd8..9651db4f67 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -270,4 +270,4 @@ l2hclean: # Remove temporaries as well as final products clobber: clean - rm -f *.dvi *.ps *.texi *.info *.info-[0-9]* + rm -f *.dvi *.pdf *.ps *.texi *.info *.info-[0-9]*