From: Fred Drake Date: Tue, 23 Mar 2004 19:26:54 +0000 (+0000) Subject: add the distutils modules to the global modules list X-Git-Tag: v2.4a1~593 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ac6c6afc347cea41b879355672b081c907dc1ed;p=python add the distutils modules to the global modules list --- diff --git a/Doc/Makefile b/Doc/Makefile index 3623f7b470..8d8000b6fd 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -361,11 +361,13 @@ html/index.html: html/index.html.in $(BOILERPLATE) tools/rewrite.py <$< >$@ html/modindex.html: $(TOOLSDIR)/support.py $(TOOLSDIR)/mkmodindex +html/modindex.html: html/dist/dist.html html/modindex.html: html/lib/lib.html html/mac/mac.html cd html && \ - $(PYTHON) ../$(TOOLSDIR)/mkmodindex --columns 4 \ + $(PYTHON) ../$(TOOLSDIR)/mkmodindex --columns 3 \ --output modindex.html --address $(PYTHONDOCS) \ --favicon icons/pyfav.gif \ + dist/modindex.html \ lib/modindex.html mac/modindex.html html: $(ALLHTMLFILES) $(HTMLCSSFILES)