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

Skip to content

Commit 8c01158

Browse files
committed
Use larger chunks for the HTML version of the Distutils documentation.
1 parent a9a83e9 commit 8c01158

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ tut html/tut/tut.html: $(TUTFILES)
271271
$(MKHTML) --dir html/tut --numeric --split 3 tut/tut.tex
272272

273273
inst html/inst/inst.html: $(INSTFILES) perl/distutils.perl
274-
$(MKHTML) --dir html/inst inst/inst.tex
274+
$(MKHTML) --dir html/inst --split 4 inst/inst.tex
275275

276276
dist html/dist/dist.html: $(DISTFILES) perl/distutils.perl
277-
$(MKHTML) --dir html/dist dist/dist.tex
277+
$(MKHTML) --dir html/dist --split 4 dist/dist.tex
278278

279279

280280
# webchecker needs an extra flag to process the huge index from the libref

0 commit comments

Comments
 (0)