Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 532998e

Browse files
committed
"make clobber" should remove modindex.html as well.
Added realclean and distclean as synonyms for clobber.
1 parent 88c786d commit 532998e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/html/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ wcnew: all
128128
clean:
129129
rm -rf @webchecker.pickle
130130

131-
clobber: clean
132-
rm -rf index.html api/ doc/ ext/ lib/ mac/ ref/ tut/
131+
distclean realclean clobber: clean
132+
rm -rf index.html modindex.html api/ doc/ ext/ lib/ mac/ ref/ tut/
133133

134134

135135
# This is really ugly, but we're not dependent on $(RELEASE), which isn't

0 commit comments

Comments
 (0)