summaryrefslogtreecommitdiff
path: root/doc/manpage-style.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manpage-style.xsl')
-rw-r--r--doc/manpage-style.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manpage-style.xsl b/doc/manpage-style.xsl
index ef349f064..5cb6a58c2 100644
--- a/doc/manpage-style.xsl
+++ b/doc/manpage-style.xsl
@@ -9,4 +9,11 @@
<xsl:template match="email">&lt;<xsl:apply-templates/>&gt;</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>