diff options
author | Guido van Rossum <guido@python.org> | 1991-02-19 12:52:33 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-02-19 12:52:33 (GMT) |
commit | 14f7aae0801c8db3faf42c7a105ebd80f405ae25 (patch) | |
tree | 57f6c33d86fbed28c7485403e80f60bc60dfab7a /Doc | |
parent | f70e43a073b36c6f6e9894c01025243a77a452d4 (diff) | |
download | cpython-14f7aae0801c8db3faf42c7a105ebd80f405ae25.zip cpython-14f7aae0801c8db3faf42c7a105ebd80f405ae25.tar.gz cpython-14f7aae0801c8db3faf42c7a105ebd80f405ae25.tar.bz2 |
Remove Emacs garbage.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 8757120..486b384 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -24,7 +24,7 @@ print: $(ALL) $(PRINT) $(ALL) clean: - rm -f *.dvi *.aux *.toc *.log *.ps core @* ,* + rm -f *.dvi *.aux *.toc *.log *.ps core [#@,]* *~ .SUFFIXES: # Remove default suffixes |