mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Only use 4 columns in the module index, to accomodate platform annotations.
This commit is contained in:
parent
127100531d
commit
368b16ad2b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue