mirror of
https://github.com/python/cpython.git
synced 2024-11-26 19:34:19 +08:00
"make clobber" should remove modindex.html as well.
Added realclean and distclean as synonyms for clobber.
This commit is contained in:
parent
88c786dad9
commit
532998e00d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user