]> granicus.if.org Git - apache/commitdiff
add properties
authorAndré Malo <nd@apache.org>
Sun, 22 Feb 2004 01:58:31 +0000 (01:58 +0000)
committerAndré Malo <nd@apache.org>
Sun, 22 Feb 2004 01:58:31 +0000 (01:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102742 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/build.properties [new file with mode: 0644]
docs/manual/style/chm/hhp.xsl

diff --git a/docs/manual/style/build.properties b/docs/manual/style/build.properties
new file mode 100644 (file)
index 0000000..f125957
--- /dev/null
@@ -0,0 +1,8 @@
+# This file contains version specific properties
+
+# No xml files yet
+noxml.ja=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
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;