[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kdoctools/customization
From:       Stephan Kulow <coolo () kde ! org>
Date:       2005-03-20 9:13:51
Message-ID: 20050320091351.F093816F7D () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

reverting last commit to give people a working KDE back


  M +7 -3      kde-man.xsl   1.5


--- kdelibs/kdoctools/customization/kde-man.xsl  #1.4:1.5
@@ -3,5 +3,4 @@
 <xsl:import href="../docbook/xsl/manpages/docbook.xsl"/>
 
-<xsl:param name="outputFile" />
 <!-- Disable the automatically generated AUTHORS section by overloading the
   respective template and making it a no-op. -->
@@ -10,5 +9,6 @@
 <!--
   Copied from ../docbook/xsl/manpages/docbook.xsl and changed it so that the
-  the quiet parameter is set to 1 to avoid the 'Writing foo.X' message which write.text.chunk
+  output file's name is harccoded to 'manpage.troff', and the quiet parameter
+  is set to 1 to avoid the 'Writing foo.X' message which write.text.chunk
   prints.
   -->
@@ -67,7 +67,11 @@
   </xsl:variable>
 
+  <xsl:variable name="filename">
+    <xsl:text>manpage.troff</xsl:text>
+  </xsl:variable>
+
   <xsl:call-template name="write.text.chunk">
     <xsl:with-param name="quiet" select="1"/>
-    <xsl:with-param name="filename" select="$outputFile"/>
+    <xsl:with-param name="filename" select="$filename"/>
     <xsl:with-param name="content">
       <xsl:text>.\"Generated by db2man.xsl. Don't modify this, modify the source.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic