From: Fred Drake Date: Fri, 24 Sep 1999 13:51:19 +0000 (+0000) Subject: "make clobber" should remove modindex.html as well. X-Git-Tag: v1.6a1~883 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=532998e00d4b2ba80ba4b26b903e173e1844f2a3;p=thirdparty%2FPython%2Fcpython.git "make clobber" should remove modindex.html as well. Added realclean and distclean as synonyms for clobber. --- diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 538d68f2616e..ce0baa01ea67 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