[library-web] xref support for libgnome (GNOME bug 588953)
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [library-web] xref support for libgnome (GNOME bug 588953)
- Date: Sat, 18 Jul 2009 14:23:11 +0000 (UTC)
commit f880eba305b8225a12aa0b5465d8cef4524b2a6d
Author: Frédéric Péters <fpeters 0d be>
Date: Sat Jul 18 16:21:26 2009 +0200
xref support for libgnome (GNOME bug 588953)
data/xslt/html2html.xsl | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/xslt/html2html.xsl b/data/xslt/html2html.xsl
index 90c5d4a..e44cdc0 100644
--- a/data/xslt/html2html.xsl
+++ b/data/xslt/html2html.xsl
@@ -164,6 +164,9 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
<xsl:when test="contains(., '/libempathy-gtk/')">
<xsl:value-of select="concat('../../libempathy-gtk/stable/', substring-after(., '/libempathy-gtk/'))"/>
</xsl:when>
+ <xsl:when test="contains(., '/libgnome/')">
+ <xsl:value-of select="concat('../../libgnome/stable/', substring-after(., '/libgnome/'))"/>
+ </xsl:when>
<xsl:otherwise>
<xsl:value-of select="."/>
</xsl:otherwise>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]