]> granicus.if.org Git - python/commitdiff
"make clobber" should remove modindex.html as well.
authorFred Drake <fdrake@acm.org>
Fri, 24 Sep 1999 13:51:19 +0000 (13:51 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 24 Sep 1999 13:51:19 +0000 (13:51 +0000)
Added realclean and distclean as synonyms for clobber.

Doc/html/Makefile

index 538d68f2616e1fe24e98ec5640d1345f767690d2..ce0baa01ea67d20153a847be493b1236d93ea971 100644 (file)
@@ -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