From: Fred Drake Date: Sat, 25 Apr 1998 04:15:56 +0000 (+0000) Subject: clean target: Remove intermediate files from creation of outline in PDF. X-Git-Tag: v1.5.2a1~827 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23916e78d0e5c9b436dba83ba1a14a12eca543a7;p=python clean target: Remove intermediate files from creation of outline in PDF. --- diff --git a/Doc/Makefile b/Doc/Makefile index c727638693..e1fdc07517 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