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:42:39 UTC

svn commit: r306833 - /httpd/httpd/trunk/docs/manual/style/latex/latex.xsl

Author: slive
Date: Thu Oct  6 11:42:38 2005
New Revision: 306833

URL: http://svn.apache.org/viewcvs?rev=306833&view=rev
Log:
Get latex build working again.

Modified:
    httpd/httpd/trunk/docs/manual/style/latex/latex.xsl

Modified: httpd/httpd/trunk/docs/manual/style/latex/latex.xsl
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/style/latex/latex.xsl?rev=306833&r1=306832&r2=306833&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/latex/latex.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/latex/latex.xsl Thu Oct  6 11:42:38 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>