Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2016 16:33:07 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r48675 - head/share/xml
Message-ID:  <201604191633.u3JGX8d5066683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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">



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604191633.u3JGX8d5066683>