make sure GDK links from GTK+ 3 documentation are links to GDK3

This commit is contained in:
Frédéric Péters 2011-10-10 16:57:11 -04:00
parent eaf5524eae
commit 35287a5621
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
<xsl:when test="contains(., '/gdk/unstable/')">
<xsl:value-of select="concat('../../gdk/unstable/', substring-after(., '/gdk/unstable/'))"/>
</xsl:when>
<xsl:when test="contains(., '/gdk/') and $libgo.module = 'gtk3'">
<xsl:value-of select="concat('../../gdk3/stable/', substring-after(., '/gdk/'))"/>
</xsl:when>
<xsl:when test="contains(., '/gdk/')">
<xsl:value-of select="concat('../../gdk/stable/', substring-after(., '/gdk/'))"/>
</xsl:when>