diff options
author | Fred Drake <fdrake@acm.org> | 1997-08-22 18:20:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-08-22 18:20:33 (GMT) |
commit | 5de31fc09411a6640961e77968782147b2db8a10 (patch) | |
tree | 89dc5f2755b16a1879d84f45c37ee7682460b38b /Doc | |
parent | 03ff6f7474ddab72440aa65407fc50aa8eecb8bb (diff) | |
download | cpython-5de31fc09411a6640961e77968782147b2db8a10.zip cpython-5de31fc09411a6640961e77968782147b2db8a10.tar.gz cpython-5de31fc09411a6640961e77968782147b2db8a10.tar.bz2 |
Oops, don't suppress echo of the rm command in l2hclean!
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 40f4891..8bf2cac 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -209,7 +209,7 @@ clean: l2hclean rm -f *.bak *.orig l2hclean: - @rm -rf api ext lib tut + rm -rf api ext lib tut # Remove temporaries as well as final products clobber: clean |