svn commit: r48675 - head/share/xml
Warren Block
wblock at FreeBSD.org
Tue Apr 19 16:33:09 UTC 2016
Author: wblock
Date: Tue Apr 19 16:33:07 2016
New Revision: 48675
URL: https://svnweb.freebsd.org/changeset/doc/48675
Log:
Make certain that the html.chunk variable is set. This prevents build
failure if other document types have been built previously and not
cleaned.
Modified:
head/share/xml/freebsd-epub.xsl
Modified: head/share/xml/freebsd-epub.xsl
==============================================================================
--- head/share/xml/freebsd-epub.xsl Tue Apr 19 15:05:09 2016 (r48674)
+++ head/share/xml/freebsd-epub.xsl Tue Apr 19 16:33:07 2016 (r48675)
@@ -20,6 +20,7 @@
<xsl:include href="http://www.FreeBSD.org/XML/lang/share/xml/freebsd-epub.xsl"/>
<xsl:param name="generate.legalnotice.link" select="'1'"/>
+ <xsl:param name="html.chunk" select="'1'"/>
<xsl:param name="docbook.css.source">../xml/docbook-epub.css.xml</xsl:param>
<xsl:param name="formal.title.placement">
More information about the svn-doc-head
mailing list