Kaydet (Commit) 532998e0 authored tarafından Fred Drake's avatar Fred Drake

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

Added realclean and distclean as synonyms for clobber.
üst 88c786da
...@@ -128,8 +128,8 @@ wcnew: all ...@@ -128,8 +128,8 @@ wcnew: all
clean: clean:
rm -rf @webchecker.pickle rm -rf @webchecker.pickle
clobber: clean distclean realclean clobber: clean
rm -rf index.html api/ doc/ ext/ lib/ mac/ ref/ tut/ 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 # This is really ugly, but we're not dependent on $(RELEASE), which isn't
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment