aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-02-25 18:40:11 -0800
committerGerald Combs <gerald@wireshark.org>2018-02-26 02:42:54 +0000
commitf5cd52c0fb8933973003e07ab130fefbdabfb4f4 (patch)
tree8cdee8bb8f019ed2ff22f797ab974bc7fa5a9cb8 /docbook/Makefile.am
parent03718fee4dfc3a711532a9ddf9bf250255d2944c (diff)
Docs: Reduce our TOC depth.
Reduce the TOC depth so that it's not quite so huge. Change-Id: I5748edf0e715961da57eff7e0ade6fad175ab24b Reviewed-on: https://code.wireshark.org/review/26110 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/Makefile.am')
-rw-r--r--docbook/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/docbook/Makefile.am b/docbook/Makefile.am
index c190d59817..a496fff3c9 100644
--- a/docbook/Makefile.am
+++ b/docbook/Makefile.am
@@ -317,6 +317,7 @@ COMMON_XSLTPROC_ARGS = \
--stringparam admon.graphics.extension .svg \
--stringparam section.autolabel 1 \
--stringparam section.label.includes.component.label 1 \
+ --stringparam toc.section.depth 1 \
--stringparam html.stylesheet ws.css
WSUG_XSLTPROC_ARGS = \