]> granicus.if.org Git - python/commitdiff
add the distutils modules to the global modules list
authorFred Drake <fdrake@acm.org>
Tue, 23 Mar 2004 19:26:54 +0000 (19:26 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 23 Mar 2004 19:26:54 +0000 (19:26 +0000)
Doc/Makefile

index 3623f7b4706fecec45822aa01660ef7e36b6ef14..8d8000b6fd9d30034f8327d61f85b5971819424e 100644 (file)
@@ -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)