aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmake/modules/FindXSLTPROC.cmake1
-rw-r--r--docbook/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/cmake/modules/FindXSLTPROC.cmake b/cmake/modules/FindXSLTPROC.cmake
index a801bdb901..d82aaf5b1b 100644
--- a/cmake/modules/FindXSLTPROC.cmake
+++ b/cmake/modules/FindXSLTPROC.cmake
@@ -32,6 +32,7 @@ set (_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
)
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 = \