summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-03-23 19:26:54 (GMT)
committerFred Drake <fdrake@acm.org>2004-03-23 19:26:54 (GMT)
commit4ac6c6afc347cea41b879355672b081c907dc1ed (patch)
treeb094882aa268edef0f261de17fb9b436f0a0664b /Doc/Makefile
parent48713e87987e8473b3b2f650e19c27236f671656 (diff)
downloadcpython-4ac6c6afc347cea41b879355672b081c907dc1ed.zip
cpython-4ac6c6afc347cea41b879355672b081c907dc1ed.tar.gz
cpython-4ac6c6afc347cea41b879355672b081c907dc1ed.tar.bz2
add the distutils modules to the global modules list
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 3623f7b..8d8000b 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)