summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-04-06 14:04:13 (GMT)
committerGuido van Rossum <guido@python.org>1992-04-06 14:04:13 (GMT)
commite33cb80d5e2f00b8473452288634def44acb27b5 (patch)
tree0f447e8db75af2ec42159eff755f7b355b943694 /Doc/Makefile
parent379537805beb0df590acfa3f3910897143953548 (diff)
downloadcpython-e33cb80d5e2f00b8473452288634def44acb27b5.zip
cpython-e33cb80d5e2f00b8473452288634def44acb27b5.tar.gz
cpython-e33cb80d5e2f00b8473452288634def44acb27b5.tar.bz2
Also remove @* files
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 4e42c5c..763a434 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!