Only use 4 columns in the module index, to accomodate platform annotations.

This commit is contained in:
Fred Drake 1999-03-02 15:56:19 +00:00
parent 127100531d
commit 368b16ad2b

View 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)