diff options
author | Fred Drake <fdrake@acm.org> | 1998-10-07 16:46:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-10-07 16:46:54 (GMT) |
commit | 437ff8600a2959e87194f1491ba99116d73ea543 (patch) | |
tree | df152edf808320170773b482cace1ec76a53bf8e /Doc | |
parent | b0b1900198ee8e65f7164533bcf8ab9498e426e8 (diff) | |
download | cpython-437ff8600a2959e87194f1491ba99116d73ea543.zip cpython-437ff8600a2959e87194f1491ba99116d73ea543.tar.gz cpython-437ff8600a2959e87194f1491ba99116d73ea543.tar.bz2 |
Change the default split level to not split on marked \paragraph and
\subparagraph sections. Indicate the default in the --help message.
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/tools/mkhowto.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index 1038954..b85846b 100755 --- a/Doc/tools/mkhowto.sh +++ b/Doc/tools/mkhowto.sh @@ -47,7 +47,7 @@ Options specifying formats to build: HTML options: --address, -a Specify an address for page footers. --link Specify the number of levels to include on each page. - --split, -s Specify a section level for page splitting. + --split, -s Specify a section level for page splitting, default: $MAX_SPLIT_DEPTH. --iconserver, -i Specify location of icons (default: ../). Other options: @@ -74,7 +74,7 @@ EOF # ADDRESS='' MAX_LINK_DEPTH=3 -MAX_SPLIT_DEPTH=8 +MAX_SPLIT_DEPTH=6 build_html() { TEXFILE=`kpsewhich $1.tex` |