add the distutils modules to the global modules list

This commit is contained in:
Fred Drake 2004-03-23 19:26:54 +00:00
parent 48713e8798
commit 4ac6c6afc3

View 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: $(TOOLSDIR)/support.py $(TOOLSDIR)/mkmodindex
html/modindex.html: html/dist/dist.html
html/modindex.html: html/lib/lib.html html/mac/mac.html html/modindex.html: html/lib/lib.html html/mac/mac.html
cd html && \ cd html && \
$(PYTHON) ../$(TOOLSDIR)/mkmodindex --columns 4 \ $(PYTHON) ../$(TOOLSDIR)/mkmodindex --columns 3 \
--output modindex.html --address $(PYTHONDOCS) \ --output modindex.html --address $(PYTHONDOCS) \
--favicon icons/pyfav.gif \ --favicon icons/pyfav.gif \
dist/modindex.html \
lib/modindex.html mac/modindex.html lib/modindex.html mac/modindex.html
html: $(ALLHTMLFILES) $(HTMLCSSFILES) html: $(ALLHTMLFILES) $(HTMLCSSFILES)