projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
methods: read config in most to least specific order
[apt.git]
/
doc
/
manpage-style.xsl
diff --git
a/doc/manpage-style.xsl
b/doc/manpage-style.xsl
index 85aa4521f22f8097c76d3516ae7acb649f15f92c..a780bad135ff5f429fe8bae53bce89345a5e0784 100644
(file)
--- a/
doc/manpage-style.xsl
+++ b/
doc/manpage-style.xsl
@@
-8,4
+8,11
@@
<xsl:template match="email"><<xsl:apply-templates/>></xsl:template>
<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>
</xsl:stylesheet>