]> git.saurik.com Git - apt.git/blobdiff - doc/manpage-style.xsl
sources.list and indextargets option for pdiffs
[apt.git] / doc / manpage-style.xsl
index ef349f064f3dcfa98c40acadbf92b9e35419dc81..a780bad135ff5f429fe8bae53bce89345a5e0784 100644 (file)
@@ -5,8 +5,14 @@
 <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" />
 
 <xsl:param name="man.output.encoding" select="'UTF-8'" />
 <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">&lt;<xsl:apply-templates/>&gt;</xsl:template>
 
 
 <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>
 </xsl:stylesheet>