]> granicus.if.org Git - python/commitdiff
Use larger chunks for the HTML version of the Distutils documentation.
authorFred Drake <fdrake@acm.org>
Thu, 1 Mar 2001 18:38:56 +0000 (18:38 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 1 Mar 2001 18:38:56 +0000 (18:38 +0000)
Doc/Makefile

index 3c869628d978409d015d340ae89d7d8d80a456d6..914b3059f883b458d74935dfa190769a26001d7b 100644 (file)
@@ -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