Author: gjb Date: Thu Feb 5 11:54:34 2015 New Revision: 278252 URL: https://svnweb.freebsd.org/changeset/base/278252
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/10/release/doc/share/mk/doc.relnotes.mk Directory Properties: stable/10/ (props changed) Modified: stable/10/release/doc/share/mk/doc.relnotes.mk ============================================================================== --- stable/10/release/doc/share/mk/doc.relnotes.mk Thu Feb 5 11:42:59 2015 (r278251) +++ stable/10/release/doc/share/mk/doc.relnotes.mk Thu Feb 5 11:54:34 2015 (r278252) @@ -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-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"