summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2008-12-15 19:38:15 +0000
committerShaun McCance <shaunm@src.gnome.org>2008-12-15 19:38:15 +0000
commit6e8b3ca65ceecf049613a398a3922a970a578deb (patch)
treea4df3cba292fa699ea1a51eca308bbe7bf18e353
parent305e23ea11d0bf29aedbb5d67e44128e66b225f3 (diff)
downloadgnome-doc-utils-6e8b3ca65ceecf049613a398a3922a970a578deb.tar.gz
- Fix Requirements introduced with l10n work
* xslt/docbook/html/db2html-title.xsl: * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-table.xsl: * xslt/docbook/html/db2html-classsynopsis.xsl: - Fix Requirements introduced with l10n work svn path=/trunk/; revision=1135
-rw-r--r--ChangeLog9
-rw-r--r--xslt/docbook/html/db2html-classsynopsis.xsl2
-rw-r--r--xslt/docbook/html/db2html-cmdsynopsis.xsl2
-rw-r--r--xslt/docbook/html/db2html-qanda.xsl2
-rw-r--r--xslt/docbook/html/db2html-table.xsl2
-rw-r--r--xslt/docbook/html/db2html-title.xsl2
6 files changed, 14 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b4a4c79..f284feb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
2008-12-15 Shaun McCance <shaunm@gnome.org>
* xslt/docbook/html/db2html-title.xsl:
+ * xslt/docbook/html/db2html-cmdsynopsis.xsl:
+ * xslt/docbook/html/db2html-qanda.xsl:
+ * xslt/docbook/html/db2html-table.xsl:
+ * xslt/docbook/html/db2html-classsynopsis.xsl:
+ - Fix Requirements introduced with l10n work
+
+2008-12-15 Shaun McCance <shaunm@gnome.org>
+
+ * xslt/docbook/html/db2html-title.xsl:
* xslt/docbook/html/db2html-list.xsl:
* xslt/docbook/html/db2html-cmdsynopsis.xsl:
* xslt/docbook/html/db2html-division.xsl:
diff --git a/xslt/docbook/html/db2html-classsynopsis.xsl b/xslt/docbook/html/db2html-classsynopsis.xsl
index 88eb506..8247a58 100644
--- a/xslt/docbook/html/db2html-classsynopsis.xsl
+++ b/xslt/docbook/html/db2html-classsynopsis.xsl
@@ -22,7 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Class Synopses
-:Requires: db2html-inline db2html-xref
+:Requires: db2html-inline db2html-xref gettext
REMARK: Describe this module. Implmentation note: for C++, we expect the first
modifier to be the visibility
diff --git a/xslt/docbook/html/db2html-cmdsynopsis.xsl b/xslt/docbook/html/db2html-cmdsynopsis.xsl
index 2688e4e..c8d2efb 100644
--- a/xslt/docbook/html/db2html-cmdsynopsis.xsl
+++ b/xslt/docbook/html/db2html-cmdsynopsis.xsl
@@ -26,7 +26,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Command Synopses
-:Requires: db-label db2html-xref
+:Requires: db-label db2html-xref gettext
This module contains templates to process DocBook command synopsis elements.
-->
diff --git a/xslt/docbook/html/db2html-qanda.xsl b/xslt/docbook/html/db2html-qanda.xsl
index 3060d0c..3122660 100644
--- a/xslt/docbook/html/db2html-qanda.xsl
+++ b/xslt/docbook/html/db2html-qanda.xsl
@@ -22,7 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Question and Answer Sets
-:Requires: db-chunk db-label db2html-division
+:Requires: db-chunk db-label db2html-division gettext
REMARK: Describe this module
-->
diff --git a/xslt/docbook/html/db2html-table.xsl b/xslt/docbook/html/db2html-table.xsl
index 5f2adba..7eb8304 100644
--- a/xslt/docbook/html/db2html-table.xsl
+++ b/xslt/docbook/html/db2html-table.xsl
@@ -22,7 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Tables
-:Requires: db2html-block db2html-inline db2html-xref
+:Requires: db2html-block db2html-inline db2html-xref gettext
REMARK: This needs lots of talk about CALS
-->
diff --git a/xslt/docbook/html/db2html-title.xsl b/xslt/docbook/html/db2html-title.xsl
index 47621ae..beaca5c 100644
--- a/xslt/docbook/html/db2html-title.xsl
+++ b/xslt/docbook/html/db2html-title.xsl
@@ -22,7 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Titles and Subtitles
-:Requires: db-chunk db-label db2html-xref
+:Requires: db-chunk db-label db2html-xref gettext
This stylesheet is going away
-->