summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-03-02 15:56:19 (GMT)
committerFred Drake <fdrake@acm.org>1999-03-02 15:56:19 (GMT)
commit368b16ad2b3b8c797bb2f4475a4d6186330896d2 (patch)
tree23ab11538dd0d455a6b94ea72fba572e2673a837 /Doc/html
parent127100531dd17a6863b008847ae11042e866ff82 (diff)
downloadcpython-368b16ad2b3b8c797bb2f4475a4d6186330896d2.zip
cpython-368b16ad2b3b8c797bb2f4475a4d6186330896d2.tar.gz
cpython-368b16ad2b3b8c797bb2f4475a4d6186330896d2.tar.bz2
Only use 4 columns in the module index, to accomodate platform annotations.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile
index 1119576..df07dd4 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)