From: Fred Drake Date: Thu, 9 Apr 1998 15:46:36 +0000 (+0000) Subject: Remove @webchecker.pickle in the "clean" target. X-Git-Tag: v1.5.1~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b529ae0c0751810f2a96d7a2afdde639af4d030;p=python Remove @webchecker.pickle in the "clean" target. --- diff --git a/Doc/Makefile b/Doc/Makefile index 705d03aa65..fcac6194f5 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -309,7 +309,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 + rm -f *.bak *.orig lib1.texi *.out @webchecker.pickle rm -f html-$(VERSION).tar.gz info-$(VERSION).tar.gz rm -f pdf-$(VERSION).tar.gz postscript-$(VERSION).tar.gz rm -f latex-$(VERSION).tar.gz