mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
clean target: Remove intermediate files from creation of outline in PDF.
This commit is contained in:
parent
724473fbe5
commit
23916e78d0
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ tarballs: tarpdf tarps tarhtml tarlatex
|
|||
# - useful results: .dvi, .pdf, .ps, .texi, .info
|
||||
clean:
|
||||
rm -f @* *~ *.aux *.idx *.ilg *.ind *.log *.toc *.blg *.bbl *.py[co]
|
||||
rm -f *.bak *.orig lib1.texi *.out @webchecker.pickle
|
||||
rm -f *.bak *.orig lib1.texi *.out @webchecker.pickle *.bkm
|
||||
rm -f html-$(RELEASE).tar.gz info-$(RELEASE).tar.gz
|
||||
rm -f pdf-$(RELEASE).tar.gz postscript-$(RELEASE).tar.gz
|
||||
rm -f latex-$(RELEASE).tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue