parent
97a42fc86e
commit
0bd3049145
@ -1,18 +0,0 @@
|
|||||||
Apply this patch to
|
|
||||||
/usr/share/xml/gnome/xslt/docbook/html/db2html-xref.xsl to fix the
|
|
||||||
issue in http://bugzilla.gnome.org/show_bug.cgi?id=170074
|
|
||||||
|
|
||||||
Patch written by Tollef Fog Heen <tfheen@err.no>
|
|
||||||
|
|
||||||
--- gnome-doc-utils-0.2.0/xslt/docbook/html/db2html-xref.xsl 2005-03-13 00:55:50.904495855 +0100
|
|
||||||
+++ gnome-doc-utils-0.2.0/xslt/docbook/html/db2html-xref.xsl 2005-03-06 20:39:48.000000000 +0100
|
|
||||||
@@ -114,7 +114,7 @@
|
|
||||||
<xsl:copy-of select="$content"/>
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:when test="$endterm">
|
|
||||||
- <xsl:apply-templates select="key('idkey', $endterm)"/>
|
|
||||||
+ <xsl:value-of select="key('idkey', $endterm)" />
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:call-template name="db.xref.content">
|
|
||||||
|
|
@ -1,22 +0,0 @@
|
|||||||
--- gnome-doc-utils-0.8.0/Makefile.in.aclocal-flags 2006-12-09 21:56:54.000000000 -0500
|
|
||||||
+++ gnome-doc-utils-0.8.0/Makefile.in 2006-12-09 21:57:18.000000000 -0500
|
|
||||||
@@ -374,6 +374,8 @@
|
|
||||||
# doc must go last
|
|
||||||
SUBDIRS = po xslt $(xml2po_SUBDIRS) doc
|
|
||||||
|
|
||||||
+ACLOCAL_AMFLAGS=-I .
|
|
||||||
+
|
|
||||||
EXTRA_DIST = \
|
|
||||||
$(aclocal_DATA) \
|
|
||||||
$(share_DATA) \
|
|
||||||
--- gnome-doc-utils-0.8.0/Makefile.am.aclocal-flags 2006-04-23 18:44:38.000000000 -0400
|
|
||||||
+++ gnome-doc-utils-0.8.0/Makefile.am 2006-12-09 21:56:29.000000000 -0500
|
|
||||||
@@ -30,6 +30,8 @@
|
|
||||||
# doc must go last
|
|
||||||
SUBDIRS = po xslt $(xml2po_SUBDIRS) doc
|
|
||||||
|
|
||||||
+ACLOCAL_AMFLAGS=-I .
|
|
||||||
+
|
|
||||||
EXTRA_DIST = \
|
|
||||||
$(aclocal_DATA) \
|
|
||||||
$(share_DATA) \
|
|
Loading…
Reference in new issue