svn commit: r52656 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes

Glen Barber gjb at FreeBSD.org
Mon Dec 10 20:34:18 UTC 2018


Author: gjb
Date: Mon Dec 10 20:34:17 2018
New Revision: 52656
URL: https://svnweb.freebsd.org/changeset/doc/52656

Log:
  Expand the table of contents tree.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/Makefile

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/Makefile	Mon Dec 10 20:34:15 2018	(r52655)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/Makefile	Mon Dec 10 20:34:17 2018	(r52656)
@@ -9,6 +9,8 @@ FORMATS?=		html txt
 INSTALL_COMPRESSED?=	gz
 INSTALL_ONLY_COMPRESSED=
 
+XSLTPROCFLAGS+=		--param toc.section.depth "'3'"
+
 .PHONY:			${DOC}.parsed.xml
 .PHONY:			${DOC}.html
 


More information about the svn-doc-head mailing list