From: Fred Drake Date: Tue, 2 Mar 1999 15:56:19 +0000 (+0000) Subject: Only use 4 columns in the module index, to accomodate platform annotations. X-Git-Tag: v1.5.2c1~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368b16ad2b3b8c797bb2f4475a4d6186330896d2;p=thirdparty%2FPython%2Fcpython.git Only use 4 columns in the module index, to accomodate platform annotations. --- diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 111957664098..df07dd4fde39 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -52,7 +52,7 @@ tut: tut/tut.html $(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex - $(TOOLSDIR)/mkmodindex --columns 5 --output modindex.html \ + $(TOOLSDIR)/mkmodindex --columns 4 --output modindex.html \ lib/modindex.html mac/modindex.html api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX)