summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2012-09-04 10:00:23 -0400
committerShaun McCance <shaunm@gnome.org>2012-09-04 10:00:53 -0400
commit1d4e655cfc829f45f2193fa6530274d6365841c9 (patch)
tree3421e7c1ac3c9208de0852e881dc170d9c01cae4
parentdeb2ecc4fc6ef342992fefaafdc1ce8298be5533 (diff)
downloadyelp-1d4e655cfc829f45f2193fa6530274d6365841c9.tar.gz
Include gettext xslt in man and info, fix warnings
-rw-r--r--data/xslt/info2html.xsl.in1
-rw-r--r--data/xslt/man2html.xsl.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/data/xslt/info2html.xsl.in b/data/xslt/info2html.xsl.in
index 3a51686f..34c1caa7 100644
--- a/data/xslt/info2html.xsl.in
+++ b/data/xslt/info2html.xsl.in
@@ -9,6 +9,7 @@
<xsl:import href="@XSL_COLOR@"/>
<xsl:import href="@XSL_ICONS@"/>
<xsl:import href="@XSL_HTML@"/>
+<xsl:import href="@XSL_GETTEXT@"/>
<xsl:include href="yelp-common.xsl"/>
<xsl:template name="linktrails">
diff --git a/data/xslt/man2html.xsl.in b/data/xslt/man2html.xsl.in
index 12a0160a..cae7a3c7 100644
--- a/data/xslt/man2html.xsl.in
+++ b/data/xslt/man2html.xsl.in
@@ -9,6 +9,7 @@
<xsl:import href="@XSL_COLOR@"/>
<xsl:import href="@XSL_ICONS@"/>
<xsl:import href="@XSL_HTML@"/>
+<xsl:import href="@XSL_GETTEXT@"/>
<xsl:include href="yelp-common.xsl"/>
<xsl:param name="html.basename" select="'//index'"/>