[Python-modules-commits] r3635 - /packages/python-docutils/trunk/debian/rsthelp2man.xsl

smcv-guest at users.alioth.debian.org smcv-guest at users.alioth.debian.org
Fri Nov 16 13:30:53 UTC 2007


Author: smcv-guest
Date: Fri Nov 16 13:30:53 2007
New Revision: 3635

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3635
Log:
Emit correct sub-headings

Modified:
    packages/python-docutils/trunk/debian/rsthelp2man.xsl

Modified: packages/python-docutils/trunk/debian/rsthelp2man.xsl
URL: http://svn.debian.org/wsvn/python-modules/packages/python-docutils/trunk/debian/rsthelp2man.xsl?rev=3635&op=diff
==============================================================================
--- packages/python-docutils/trunk/debian/rsthelp2man.xsl (original)
+++ packages/python-docutils/trunk/debian/rsthelp2man.xsl Fri Nov 16 13:30:53 2007
@@ -63,7 +63,7 @@
   </xsl:template>
 
   <xsl:template match="section[@names='options']/section">
-    <xsl:text>\fB</xsl:text>
+    <xsl:text>&#10;.SS&#10;\fB</xsl:text>
     <xsl:value-of select="title"/>
     <xsl:text>\fR&#10;</xsl:text>
     <xsl:apply-templates select="option_list"/>




More information about the Python-modules-commits mailing list