mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
add the distutils modules to the global modules list
This commit is contained in:
parent
48713e8798
commit
4ac6c6afc3
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue