mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add *.pdf files to the clobber target (same target as *.ps).
This commit is contained in:
parent
baf700f398
commit
6b7fc6f267
1 changed files with 1 additions and 1 deletions
|
@ -270,4 +270,4 @@ l2hclean:
|
||||||
|
|
||||||
# Remove temporaries as well as final products
|
# Remove temporaries as well as final products
|
||||||
clobber: clean
|
clobber: clean
|
||||||
rm -f *.dvi *.ps *.texi *.info *.info-[0-9]*
|
rm -f *.dvi *.pdf *.ps *.texi *.info *.info-[0-9]*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue