summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2012-01-31 10:06:56 -0500
committerShaun McCance <shaunm@gnome.org>2012-01-31 10:06:56 -0500
commit085c6abfc4889423af09e0495754102d24a86dea (patch)
tree32ad9d95efebcf42a551b385d786cb22681c1f8d
parent36a447f1eb12ce0ba988f759db0c1236e01165b1 (diff)
downloadyelp-tools-085c6abfc4889423af09e0495754102d24a86dea.tar.gz
yelp-build: Call html.js.custom
-rwxr-xr-xtools/yelp-build.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/yelp-build.in b/tools/yelp-build.in
index f881969..e0f1ed2 100755
--- a/tools/yelp-build.in
+++ b/tools/yelp-build.in
@@ -220,6 +220,9 @@ yelp_html_xsl_common () {
echo ' <xsl:call-template name="html.js.jquery">'
echo ' <xsl:with-param name="node" select="$node"/>'
echo ' </xsl:call-template>'
+ echo ' <xsl:call-template name="html.js.custom">'
+ echo ' <xsl:with-param name="node" select="$node"/>'
+ echo ' </xsl:call-template>'
echo ' <exsl:document href="{$yelp.internal.datadir}yelp.js" method="text">'
echo ' <xsl:call-template name="html.js.content">'
echo ' <xsl:with-param name="node" select="$node"/>'