Add a toc.section.depth=3 parameter to use the same ToC depth as DocBook

DSSSL stylesheet.

Reported by:	gjb
This commit is contained in:
Hiroki Sato 2015-02-02 16:10:03 +00:00
parent 84a9ba84bb
commit 2bb086bf48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278101

View File

@ -17,6 +17,7 @@ PROFILING+= --param profile.attribute "'releasetype'" --param profile.value "'re
XSLTPROCFLAGS+= --param release.url "'${RELEASEURL}'"
XSLTPROCFLAGS+= --param release.branch "'${RELEASEBRANCH}'"
XSLTPROCFLAGS+= --param release.maillist "'${RELEASEMAILLIST}'"
XSLTPROCFLAGS+= --param toc.section.depth "'3'"
# Find the RELNOTESng document catalogs
EXTRA_CATALOGS+= file://${RELN_ROOT}/${LANGCODE}/share/xml/catalog.xml \