File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,12 @@ include ../Makefile.deps
5959
6060# The index.html target is at the end since it screws up font-lock.
6161
62- modindex.html : lib/lib.html mac/mac.html $(TOOLSDIR ) /mkmodindex
62+ acks.html : ../ACKS $(TOOLSDIR ) /support.py $(TOOLSDIR ) /mkackshtml
63+ $(TOOLSDIR ) /mkackshtml --address $(PYTHONDOCS ) --output acks.html \
64+ < ../ACKS
65+
66+ modindex.html : $(TOOLSDIR ) /support.py $(TOOLSDIR ) /mkmodindex
67+ modindex.html : lib/lib.html mac/mac.html
6368 $(TOOLSDIR ) /mkmodindex --columns 4 --output modindex.html \
6469 --address $(PYTHONDOCS ) \
6570 lib/modindex.html mac/modindex.html
@@ -107,7 +112,7 @@ clean:
107112 rm -rf @webchecker.pickle
108113
109114distclean realclean clobber : clean
110- rm -rf index.html modindex.html
115+ rm -rf index.html modindex.html acks.html
111116 rm -rf api/ doc/ ext/ lib/ mac/ ref/ tut/ inst/ dist/
112117
113118
You can’t perform that action at this time.
0 commit comments