diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-01 18:38:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-01 18:38:56 (GMT) |
commit | 8c011580ffcd21e2dedfe0d332d61373dbfe127f (patch) | |
tree | 04bfd5813ea1ac354079051ae3aed3c3d60a99ae /Doc/Makefile | |
parent | a9a83e9ee3cf46d713bb602fdc536f4f3ff6ad97 (diff) | |
download | cpython-8c011580ffcd21e2dedfe0d332d61373dbfe127f.zip cpython-8c011580ffcd21e2dedfe0d332d61373dbfe127f.tar.gz cpython-8c011580ffcd21e2dedfe0d332d61373dbfe127f.tar.bz2 |
Use larger chunks for the HTML version of the Distutils documentation.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 3c86962..914b305 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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 |