Skip to content

Commit 8cd86df

Browse files
HTML: do not build search in incremental build
1 parent 75d051f commit 8cd86df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xsl/pretext-html.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ along with MathBook XML. If not, see <http://www.gnu.org/licenses/>.
310310
<!-- A structured Table of Contents for a React app approach -->
311311
<xsl:call-template name="doc-manifest"/>
312312
<!-- build a search page (in development) -->
313-
<xsl:if test="$has-native-search and not($b-portable-html)">
313+
<xsl:if test="$has-native-search and not($b-build-incremental) and not($b-portable-html)">
314314
<xsl:call-template name="search-page-construction"/>
315315
</xsl:if>
316316
<!-- Optionally, build a SCORM manifest -->

0 commit comments

Comments
 (0)