From 23916e78d0e5c9b436dba83ba1a14a12eca543a7 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 25 Apr 1998 04:15:56 +0000 Subject: [PATCH] clean target: Remove intermediate files from creation of outline in PDF. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index c727638693c..e1fdc075177 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