]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Get latex build working again.
authorJoshua Slive <slive@apache.org>
Thu, 6 Oct 2005 18:42:38 +0000 (18:42 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 6 Oct 2005 18:42:38 +0000 (18:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306833 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/latex/latex.xsl

index 59002e2c2794347980b38bac3023a347e24a9463..b4068b268dadcafe7a30f23b7056605c776f2df5 100644 (file)
 
 \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 @@ Server Documentation Project.  More information is available at
   <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>