svn commit: r278252 - stable/10/release/doc/share/mk

Glen Barber gjb at FreeBSD.org
Thu Feb 5 11:54:35 UTC 2015


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 \


More information about the svn-src-stable mailing list