mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Use larger chunks for the HTML version of the Distutils documentation.
This commit is contained in:
parent
a9a83e9ee3
commit
8c011580ff
1 changed files with 2 additions and 2 deletions
|
@ -271,10 +271,10 @@ tut html/tut/tut.html: $(TUTFILES)
|
||||||
$(MKHTML) --dir html/tut --numeric --split 3 tut/tut.tex
|
$(MKHTML) --dir html/tut --numeric --split 3 tut/tut.tex
|
||||||
|
|
||||||
inst html/inst/inst.html: $(INSTFILES) perl/distutils.perl
|
inst html/inst/inst.html: $(INSTFILES) perl/distutils.perl
|
||||||
$(MKHTML) --dir html/inst inst/inst.tex
|
$(MKHTML) --dir html/inst --split 4 inst/inst.tex
|
||||||
|
|
||||||
dist html/dist/dist.html: $(DISTFILES) perl/distutils.perl
|
dist html/dist/dist.html: $(DISTFILES) perl/distutils.perl
|
||||||
$(MKHTML) --dir html/dist dist/dist.tex
|
$(MKHTML) --dir html/dist --split 4 dist/dist.tex
|
||||||
|
|
||||||
|
|
||||||
# webchecker needs an extra flag to process the huge index from the libref
|
# webchecker needs an extra flag to process the huge index from the libref
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue