Make certain that the html.chunk variable is set. This prevents build
failure if other document types have been built previously and not cleaned.
This commit is contained in:
parent
f19cfe6585
commit
cedcde7f0b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48675
1 changed files with 1 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue