From 4ac6c6afc347cea41b879355672b081c907dc1ed Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 23 Mar 2004 19:26:54 +0000 Subject: [PATCH] add the distutils modules to the global modules list --- Doc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.50.1