Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 368b16a

Browse files
committed
Only use 4 columns in the module index, to accomodate platform annotations.
1 parent 1271005 commit 368b16a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/html/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tut: tut/tut.html
5252
$(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat
5353

5454
modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex
55-
$(TOOLSDIR)/mkmodindex --columns 5 --output modindex.html \
55+
$(TOOLSDIR)/mkmodindex --columns 4 --output modindex.html \
5656
lib/modindex.html mac/modindex.html
5757

5858
api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX)

0 commit comments

Comments
 (0)