- Render revnumber as link in PDF documents as well
PR: 191169 Submitted by: wblock
This commit is contained in:
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
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue