]> granicus.if.org Git - python/commitdiff
Change the default split level to not split on marked \paragraph and
authorFred Drake <fdrake@acm.org>
Wed, 7 Oct 1998 16:46:54 +0000 (16:46 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 7 Oct 1998 16:46:54 +0000 (16:46 +0000)
\subparagraph sections.  Indicate the default in the --help message.

Doc/tools/mkhowto.sh

index 1038954f6a5298ce544943d9308c13db0d8cb381..b85846bca266137d9a16ac39a1f10cb8eff28ae2 100755 (executable)
@@ -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`