gnome-doc-utils r1135 - in trunk: . xslt/docbook/html



Author: shaunm
Date: Mon Dec 15 19:38:15 2008
New Revision: 1135
URL: http://svn.gnome.org/viewvc/gnome-doc-utils?rev=1135&view=rev

Log:
* 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


Modified:
   trunk/ChangeLog
   trunk/xslt/docbook/html/db2html-classsynopsis.xsl
   trunk/xslt/docbook/html/db2html-cmdsynopsis.xsl
   trunk/xslt/docbook/html/db2html-qanda.xsl
   trunk/xslt/docbook/html/db2html-table.xsl
   trunk/xslt/docbook/html/db2html-title.xsl

Modified: trunk/xslt/docbook/html/db2html-classsynopsis.xsl
==============================================================================
--- trunk/xslt/docbook/html/db2html-classsynopsis.xsl	(original)
+++ trunk/xslt/docbook/html/db2html-classsynopsis.xsl	Mon Dec 15 19:38:15 2008
@@ -22,7 +22,7 @@
 
 <!--!!==========================================================================
 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

Modified: trunk/xslt/docbook/html/db2html-cmdsynopsis.xsl
==============================================================================
--- trunk/xslt/docbook/html/db2html-cmdsynopsis.xsl	(original)
+++ trunk/xslt/docbook/html/db2html-cmdsynopsis.xsl	Mon Dec 15 19:38:15 2008
@@ -26,7 +26,7 @@
 
 <!--!!==========================================================================
 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.
 -->

Modified: trunk/xslt/docbook/html/db2html-qanda.xsl
==============================================================================
--- trunk/xslt/docbook/html/db2html-qanda.xsl	(original)
+++ trunk/xslt/docbook/html/db2html-qanda.xsl	Mon Dec 15 19:38:15 2008
@@ -22,7 +22,7 @@
 
 <!--!!==========================================================================
 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
 -->

Modified: trunk/xslt/docbook/html/db2html-table.xsl
==============================================================================
--- trunk/xslt/docbook/html/db2html-table.xsl	(original)
+++ trunk/xslt/docbook/html/db2html-table.xsl	Mon Dec 15 19:38:15 2008
@@ -22,7 +22,7 @@
 
 <!--!!==========================================================================
 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
 -->

Modified: trunk/xslt/docbook/html/db2html-title.xsl
==============================================================================
--- trunk/xslt/docbook/html/db2html-title.xsl	(original)
+++ trunk/xslt/docbook/html/db2html-title.xsl	Mon Dec 15 19:38:15 2008
@@ -22,7 +22,7 @@
 
 <!--!!==========================================================================
 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
 -->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]