mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
84a9ba84bb
commit
2bb086bf48
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue