diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-25 04:15:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-25 04:15:56 (GMT) |
commit | 23916e78d0e5c9b436dba83ba1a14a12eca543a7 (patch) | |
tree | 92e1922d94497cc193bd73c70785a5db68ed5f77 /Doc/Makefile | |
parent | 724473fbe5e5f40229e888a5f306d2ac5efc96bc (diff) | |
download | cpython-23916e78d0e5c9b436dba83ba1a14a12eca543a7.zip cpython-23916e78d0e5c9b436dba83ba1a14a12eca543a7.tar.gz cpython-23916e78d0e5c9b436dba83ba1a14a12eca543a7.tar.bz2 |
clean target: Remove intermediate files from creation of outline in PDF.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index c727638..e1fdc07 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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 |