- Render revnumber as link in PDF documents as well

PR:		191169
Submitted by:	wblock
This commit is contained in:
Gabor Kovesdan 2014-08-17 18:53:58 +00:00
parent 0eea0d245a
commit dac73834f3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45466
2 changed files with 5 additions and 4 deletions

View file

@ -11,6 +11,11 @@
<!-- Global customisation -->
<!-- Generate link for revnumber -->
<xsl:template match="db:revnumber">
<xsl:call-template name="svnref.genlink"/>
</xsl:template>
<!-- Redefine variables, and replace templates as necessary here -->
<xsl:template match="db:buildtarget|db:command">
<xsl:call-template name="inline.monoseq"/>

View file

@ -208,10 +208,6 @@
</a>
</xsl:template>
<xsl:template match="db:revnumber">
<xsl:call-template name="svnref.genlink"/>
</xsl:template>
<xsl:template name="generate.citerefentry.link">
<xsl:text>http://www.FreeBSD.org/cgi/man.cgi?query=</xsl:text>
<xsl:value-of select="db:refentrytitle"/>