svn commit: r278253 - stable/9/release/doc/share/mk

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


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 \


More information about the svn-src-all mailing list