add the distutils modules to the global modules list
diff --git a/Doc/Makefile b/Doc/Makefile
index 3623f7b..8d8000b 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -361,11 +361,13 @@
 		<$< >$@
 
 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)