From e33cb80d5e2f00b8473452288634def44acb27b5 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 6 Apr 1992 14:04:13 +0000 Subject: [PATCH] Also remove @* files --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 4e42c5c2d6b..763a4344250 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!