Author: gjb Date: Thu Feb 5 11:54:55 2015 New Revision: 278253 URL: https://svnweb.freebsd.org/changeset/base/278253
Log: MFC r278101 (hrs): Add a toc.section.depth=3 parameter to use the same ToC depth as DocBook DSSSL stylesheet. Sponsored by: The FreeBSD Foundation Modified: stable/9/release/doc/share/mk/doc.relnotes.mk Directory Properties: stable/9/release/doc/ (props changed) Modified: stable/9/release/doc/share/mk/doc.relnotes.mk ============================================================================== --- stable/9/release/doc/share/mk/doc.relnotes.mk Thu Feb 5 11:54:34 2015 (r278252) +++ stable/9/release/doc/share/mk/doc.relnotes.mk Thu Feb 5 11:54:55 2015 (r278253) @@ -17,6 +17,7 @@ PROFILING+= --param profile.attribute "' 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 \ _______________________________________________ svn-src-stable-9@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"