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

Skip to content

Commit 3705e59

Browse files
committed
Add rules for generating the acks.html file at the top of the document tree.
1 parent 702f2d7 commit 3705e59

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Doc/html/Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

109114
distclean 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

0 commit comments

Comments
 (0)