summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-09-24 13:51:19 (GMT)
committerFred Drake <fdrake@acm.org>1999-09-24 13:51:19 (GMT)
commit532998e00d4b2ba80ba4b26b903e173e1844f2a3 (patch)
tree13df8c032ecc2febf00e5230687d5b64ca065309 /Doc
parent88c786dad9cca0f4f13b60d16e48cf8eb39bf3b5 (diff)
downloadcpython-532998e00d4b2ba80ba4b26b903e173e1844f2a3.zip
cpython-532998e00d4b2ba80ba4b26b903e173e1844f2a3.tar.gz
cpython-532998e00d4b2ba80ba4b26b903e173e1844f2a3.tar.bz2
"make clobber" should remove modindex.html as well.
Added realclean and distclean as synonyms for clobber.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/html/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile
index 538d68f..ce0baa0 100644
--- a/Doc/html/Makefile
+++ b/Doc/html/Makefile
@@ -128,8 +128,8 @@ wcnew: all
clean:
rm -rf @webchecker.pickle
-clobber: clean
- rm -rf index.html api/ doc/ ext/ lib/ mac/ ref/ tut/
+distclean realclean clobber: clean
+ rm -rf index.html modindex.html api/ doc/ ext/ lib/ mac/ ref/ tut/
# This is really ugly, but we're not dependent on $(RELEASE), which isn't