diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-05-21 11:29:05 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-05-21 11:29:05 +0200 |
commit | 6c1f5d2c3c8df164e78dda8f24d28667634403e1 (patch) | |
tree | d711a52cf5a92a13b87f248307f5521846a7dbcf /doc/manpage-style.xsl | |
parent | aa2218b25cb29e8c0677f0f3ede098583c7ae49f (diff) | |
parent | 0baf849d81814fce59d86eecccbe624c8aaf0456 (diff) |
merged from David, uncommited the previous i18n commit first as its part of the merge from David already but for some reason bzr is confused and gives a gazillion of conflicts in doc/po/de.po without the uncommit first
Diffstat (limited to 'doc/manpage-style.xsl')
-rw-r--r-- | doc/manpage-style.xsl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manpage-style.xsl b/doc/manpage-style.xsl index 85aa4521f..5cb6a58c2 100644 --- a/doc/manpage-style.xsl +++ b/doc/manpage-style.xsl @@ -5,7 +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> |