]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove unused rule.
authorTim Waugh <twaugh@redhat.com>
Thu, 11 Dec 2003 22:14:37 +0000 (22:14 +0000)
committerTim Waugh <twaugh@redhat.com>
Thu, 11 Dec 2003 22:14:37 +0000 (22:14 +0000)
xsl/manpages/docbook.xsl

index 0f50d3f0cb6a0a1bd7ca6e7746f20b92adb22c36..0b9003e165aad717f942cee781b42f212ecdb7e7 100644 (file)
@@ -86,7 +86,7 @@
   <xsl:text>&#10;.PP&#10;</xsl:text>
   <xsl:for-each select="node()">
     <xsl:choose>
-      <xsl:when test="self::informaltable|self::literallayout|self::screen|self::programlisting|self::itemizedlist|self::orderedlist|self::variablelist">
+      <xsl:when test="self::literallayout|self::screen|self::programlisting|self::itemizedlist|self::orderedlist|self::variablelist">
         <xsl:text>&#10;</xsl:text>
         <xsl:apply-templates select="."/>
       </xsl:when>
 
 <xsl:template match="refentry/refentryinfo"></xsl:template>
 
-<xsl:template match="filename">
-  <xsl:text>&#10;.FN </xsl:text><xsl:apply-templates/>
-</xsl:template>
-
 <xsl:template match="informalexample|screen">
   <xsl:text>&#10;.IP&#10;.nf&#10;</xsl:text>
   <xsl:apply-templates/>