summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-04 20:33:13 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-04 20:33:13 (GMT)
commit6b7fc6f26757cb7dd965166e4984303934c6bf5d (patch)
treecf6cbdf3e0d41fa6d22ffb328c110929f55fe23f
parentbaf700f3981a351f5acd5189a67979d6937521f5 (diff)
downloadcpython-6b7fc6f26757cb7dd965166e4984303934c6bf5d.zip
cpython-6b7fc6f26757cb7dd965166e4984303934c6bf5d.tar.gz
cpython-6b7fc6f26757cb7dd965166e4984303934c6bf5d.tar.bz2
Add *.pdf files to the clobber target (same target as *.ps).
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index d247101..9651db4 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]*