From: Fred Drake Date: Tue, 30 Dec 1997 04:57:58 +0000 (+0000) Subject: Clean out *.texi and *.info* as well for "make clean". X-Git-Tag: v1.5~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c8b9e476901b1eafa46eafa8966c5017db45756;p=thirdparty%2FPython%2Fcpython.git Clean out *.texi and *.info* as well for "make clean". --- diff --git a/Doc/Makefile b/Doc/Makefile index 8f65e093e70a..db5b4adbfc82 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -249,6 +249,7 @@ tarhtml: # - useful results: .dvi, .ps, .texi, .info clean: l2hclean rm -f @* *~ *.aux *.idx *.ilg *.ind *.log *.toc *.blg *.bbl *.pyc + rm -f *.texi *.info* rm -f *.bak *.orig l2hclean: