Kaydet (Commit) 368b16ad authored tarafından Fred Drake's avatar Fred Drake

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

üst 12710053
...@@ -52,7 +52,7 @@ tut: tut/tut.html ...@@ -52,7 +52,7 @@ tut: tut/tut.html
$(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat $(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat
modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex 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 lib/modindex.html mac/modindex.html
api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX) 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