Commit 8c011580 authored by Fred Drake's avatar Fred Drake

Use larger chunks for the HTML version of the Distutils documentation.

parent a9a83e9e
......@@ -271,10 +271,10 @@ tut html/tut/tut.html: $(TUTFILES)
$(MKHTML) --dir html/tut --numeric --split 3 tut/tut.tex
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
$(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
......
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