[yelp] Include gettext xslt in man and info, fix warnings
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp] Include gettext xslt in man and info, fix warnings
- Date: Tue, 4 Sep 2012 14:01:10 +0000 (UTC)
commit 1d4e655cfc829f45f2193fa6530274d6365841c9
Author: Shaun McCance <shaunm gnome org>
Date: Tue Sep 4 10:00:23 2012 -0400
Include gettext xslt in man and info, fix warnings
data/xslt/info2html.xsl.in | 1 +
data/xslt/man2html.xsl.in | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/xslt/info2html.xsl.in b/data/xslt/info2html.xsl.in
index 3a51686..34c1caa 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 12a0160..cae7a3c 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'"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]