summaryrefslogtreecommitdiff
path: root/man/custom-html.xsl
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-03-13 21:24:30 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-03-13 23:42:18 -0400
commit3b5cfcdb580f5b766ff7fb1a2839bd37d74a98de (patch)
tree7e4fb56eb92864aff6b67707830dc972689b2ea4 /man/custom-html.xsl
parentb5c7d097ec7d16facaaeb0da5ba2abb2b1fc230b (diff)
man: link to fd.o for dbus stuff
Diffstat (limited to 'man/custom-html.xsl')
-rw-r--r--man/custom-html.xsl13
1 files changed, 13 insertions, 0 deletions
diff --git a/man/custom-html.xsl b/man/custom-html.xsl
index 9827a589b..5730bed4a 100644
--- a/man/custom-html.xsl
+++ b/man/custom-html.xsl
@@ -100,6 +100,19 @@
</a>
</xsl:template>
+<xsl:template match="citerefentry[@project='dbus']">
+ <a>
+ <xsl:attribute name="href">
+ <xsl:text>http://dbus.freedesktop.org/doc/</xsl:text>
+ <xsl:value-of select="refentrytitle"/>
+ <xsl:text>.</xsl:text>
+ <xsl:value-of select="manvolnum"/>
+ <xsl:text>.html</xsl:text>
+ </xsl:attribute>
+ <xsl:call-template name="inline.charseq"/>
+ </a>
+</xsl:template>
+
<xsl:template match="refsect1/title|refsect1/info/title">
<!-- the ID is output in the block.object call for refsect1 -->
<h2>