"make clobber" should remove modindex.html as well.

Added realclean and distclean as synonyms for clobber.
This commit is contained in:
Fred Drake 1999-09-24 13:51:19 +00:00
parent 88c786dad9
commit 532998e00d

View 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