From 1c8b9e476901b1eafa46eafa8966c5017db45756 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 30 Dec 1997 04:57:58 +0000 Subject: [PATCH] Clean out *.texi and *.info* as well for "make clean". --- Doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/Makefile b/Doc/Makefile index 8f65e093e70..db5b4adbfc8 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: