diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-02-01 16:05:56 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-02-01 17:22:32 -0500 |
commit | 74a6d87d0cd1f2213869e168b6ca55eded6f4ae8 (patch) | |
tree | 4bef553e67f85dc05c8dbad0dcdbedec67bcdeb9 /man/custom-html.xsl | |
parent | 7d328b544621d4b1bec936dec612947ad8bfb65a (diff) |
man: switch yum to dnf for Fedora
The dnf name is here to stay, we might as well adjust.
Diffstat (limited to 'man/custom-html.xsl')
-rw-r--r-- | man/custom-html.xsl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/custom-html.xsl b/man/custom-html.xsl index 8bcc5f92d9..32299db710 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -60,6 +60,18 @@ </a> </xsl:template> +<xsl:template match="citerefentry[@project='mankier']"> + <a> + <xsl:attribute name="href"> + <xsl:text>https://www.mankier.com/</xsl:text> + <xsl:value-of select="manvolnum"/> + <xsl:text>/</xsl:text> + <xsl:value-of select="refentrytitle"/> + </xsl:attribute> + <xsl:call-template name="inline.charseq"/> + </a> +</xsl:template> + <xsl:template match="citerefentry[@project='archlinux']"> <a> <xsl:attribute name="href"> |