File: docbook-multiarch.xsl

package info (click to toggle)
docbook-xsl 1.79.2%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 100,092 kB
  • sloc: xml: 151,823; javascript: 2,872; sh: 806; ruby: 229; perl: 183; makefile: 89
file content (18 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version='1.0'>

<!-- ********************************************************************
     Customization layer for building Debian Multi-Arch packages omitting
     the build-tile date!
     ******************************************************************** -->

<!-- ==================================================================== -->

<xsl:import href="docbook.xsl"/>

<xsl:template name="get.refentry.date">
  <xsl:value-of select="''"/>
</xsl:template>

</xsl:stylesheet>