You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2005/10/06 20:39:36 UTC

svn commit: r306831 - /httpd/httpd/branches/2.0.x/docs/manual/style/latex/latex.xsl

Author: slive
Date: Thu Oct  6 11:39:35 2005
New Revision: 306831

URL: http://svn.apache.org/viewcvs?rev=306831&view=rev
Log:
Small updates to latex docs build so that I can produce
a new version.

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/style/latex/latex.xsl

Modified: httpd/httpd/branches/2.0.x/docs/manual/style/latex/latex.xsl
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/style/latex/latex.xsl?rev=306831&r1=306830&r2=306831&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/style/latex/latex.xsl (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/style/latex/latex.xsl Thu Oct  6 11:39:35 2005
@@ -107,7 +107,7 @@
 
 \section*{About The PDF Documentation}
 
-Copyright \copyright 2004 The Apache Software Foundation
+Copyright \copyright 2005 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); 
 you may not use this file except in compliance with the License. 
@@ -138,6 +138,9 @@
   <xsl:text>}
 </xsl:text>
     <xsl:apply-templates/>
+    <xsl:if test="@id = 'modules'">
+        <xsl:apply-templates select="document($allmodules)/modulefilelist" />
+    </xsl:if>
 </xsl:for-each>
 
 <xsl:text>\end{document}</xsl:text>