X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f98233c1b1e93ef1bb595bfc6e59c74d9e05eb6a..90ceb0b5113cc6b65416553fcebbf6d5fd8c6752:/doc/manpage-style.xsl diff --git a/doc/manpage-style.xsl b/doc/manpage-style.xsl index f1024c4f4..5cb6a58c2 100644 --- a/doc/manpage-style.xsl +++ b/doc/manpage-style.xsl @@ -5,5 +5,15 @@ <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" /> <xsl:param name="man.output.encoding" select="'UTF-8'" /> +<!-- LANGUAGE --> + +<xsl:template match="email"><<xsl:apply-templates/>></xsl:template> + +<xsl:template match="date"> + <xsl:call-template name="datetime.format"> + <xsl:with-param name="date" select="."/> + <xsl:with-param name="format" select="'d B Y'"/> + </xsl:call-template> +</xsl:template> </xsl:stylesheet>