Add *.pdf files to the clobber target (same target as *.ps).

This commit is contained in:
Fred Drake 1998-02-04 20:33:13 +00:00
parent baf700f398
commit 6b7fc6f267

View file

@ -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]*