]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Only use 4 columns in the module index, to accomodate platform annotations.
authorFred Drake <fdrake@acm.org>
Tue, 2 Mar 1999 15:56:19 +0000 (15:56 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 2 Mar 1999 15:56:19 +0000 (15:56 +0000)
Doc/html/Makefile

index 1119576640986b677f24e8cf13887947b1d3108a..df07dd4fde39f353abb9441677a5b529a765a56e 100644 (file)
@@ -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)