]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add build properties
authorAndré Malo <nd@apache.org>
Sun, 22 Feb 2004 01:59:12 +0000 (01:59 +0000)
committerAndré Malo <nd@apache.org>
Sun, 22 Feb 2004 01:59:12 +0000 (01:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102744 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/build.properties
docs/manual/style/chm/hhp.xsl

index f125957c96bb6502bf86214601267e9e4d26726d..27da4eca8156975867d1f53f77feb7c7a0e52d35 100644 (file)
@@ -1,8 +1,8 @@
 # This file contains version specific properties
 
 # No xml files yet
-noxml.ja=developer/modules.html.ja.jis
+noxml.ja=howto/auth.html.ja.jis developer/modules.html.ja.jis
 noxml.fr=new_features_2_0.html.fr upgrading.html.fr
 
 # (pending) httpd version
-httpd.version=2.1.0-dev
+httpd.version=2.0.49-dev
index 19b1b33a45da1908c6e25e0307d9a4658d515086..751330ec86bcdaa592590f7f99835d38a2f59af8 100644 (file)
@@ -23,6 +23,9 @@
               xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   xmlns="">
 
+<!-- the accompanying server version -->
+<xsl:param name="httpd.version" select="'generic'" />
+
 <!-- create nodeset for referencing later                                 -->
 <xsl:variable name="htmlhelp.def" select="document('')/xsl:stylesheet
                                         /xsl:template[@name='htmlhelp.def']" />
@@ -41,7 +44,9 @@
 <xsl:text>Compatibility=1.0</xsl:text>&lf;
 
 <!-- resulting filename -->
-<xsl:text>Compiled file=manual.</xsl:text>
+<xsl:text>Compiled file=httpd-docs-</xsl:text>
+<xsl:value-of select="$httpd.version" />
+<xsl:text>.</xsl:text>
 <xsl:value-of select="$messages/@lang" />
 <xsl:text>.chm</xsl:text>&lf;