Commit 1e46bb98 authored by Fred Drake's avatar Fred Drake

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

parent c0fddc35
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment