diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2010-01-07 13:09:57 +0100 |
---|---|---|
committer | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2010-01-07 13:09:57 +0100 |
commit | 1a78a87600a870c5a589d8e7fb205315a64a05bc (patch) | |
tree | ba1e863ab3f53cb55f3df9f55e468a4f0ec638f0 | |
parent | Use saner names for the output file names. (diff) | |
download | devmanual-1a78a87600a870c5a589d8e7fb205315a64a05bc.tar.gz devmanual-1a78a87600a870c5a589d8e7fb205315a64a05bc.tar.bz2 devmanual-1a78a87600a870c5a589d8e7fb205315a64a05bc.zip |
Make the main Table of Contents more terse.
-rw-r--r-- | Makefile.docbook | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.docbook b/Makefile.docbook index e63f277..d5e6f15 100644 --- a/Makefile.docbook +++ b/Makefile.docbook @@ -8,6 +8,7 @@ generate: main.docbook --stringparam base.dir public/ \ --stringparam chunk.toc chunk.toc \ --stringparam section.autolabel 1 \ + --stringparam toc.section.depth 1 \ --stringparam collect.xref.targets "yes" \ --stringparam targets.filename "$(patsubst %.xhtml,%.olinkdb,$@)" \ $(XSL-NS-SS)/xhtml-1_1/chunktoc.xsl \ |