diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-30 04:57:58 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-30 04:57:58 (GMT) |
commit | 1c8b9e476901b1eafa46eafa8966c5017db45756 (patch) | |
tree | 70773f487d6e070f1f6d3659b4b0f24d8735ba40 /Doc/Makefile | |
parent | 77796195242c857c561540108afc05d3ab5f759b (diff) | |
download | cpython-1c8b9e476901b1eafa46eafa8966c5017db45756.zip cpython-1c8b9e476901b1eafa46eafa8966c5017db45756.tar.gz cpython-1c8b9e476901b1eafa46eafa8966c5017db45756.tar.bz2 |
Clean out *.texi and *.info* as well for "make clean".
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 8f65e09..db5b4ad 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: |