From: Guido van Rossum Date: Mon, 6 Apr 1992 14:04:13 +0000 (+0000) Subject: Also remove @* files X-Git-Tag: v0.9.8~374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e33cb80d5e2f00b8473452288634def44acb27b5;p=thirdparty%2FPython%2Fcpython.git Also remove @* files --- diff --git a/Doc/Makefile b/Doc/Makefile index 4e42c5c2d6b6..763a4344250b 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -23,5 +23,5 @@ qua: latex qua clean: - rm -f *~ *.aux *.dvi *.idx *.ilg *.ind *.log *.ps *.toc + rm -f @* *~ *.aux *.dvi *.idx *.ilg *.ind *.log *.ps *.toc # Keep: .tex, .bib, .sty!