svn commit: r48675 - head/share/xml
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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"> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"