Commit b6783ce1 authored by Fred Drake's avatar Fred Drake

cd to the html/ directory to generate the global module index so the links

to the module sections are right.

This was also broken when converting to a flat Makefile.
parent 8c223eaa
......@@ -242,9 +242,10 @@ html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml
html/modindex.html: $(TOOLSDIR)/support.py $(TOOLSDIR)/mkmodindex
html/modindex.html: html/lib/lib.html html/mac/mac.html
$(TOOLSDIR)/mkmodindex --columns 4 --output html/modindex.html \
(cd html; \
../$(TOOLSDIR)/mkmodindex --columns 4 --output modindex.html \
--address $(PYTHONDOCS) \
html/lib/modindex.html html/mac/modindex.html
lib/modindex.html mac/modindex.html)
html: $(INDEXFILES) html/index.html html/modindex.html html/acks.html
......
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