]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_8] add version number to ARM
authorEvan Hunt <each@isc.org>
Thu, 4 Sep 2014 03:30:46 +0000 (20:30 -0700)
committerEvan Hunt <each@isc.org>
Thu, 4 Sep 2014 03:30:46 +0000 (20:30 -0700)
3941. [doc] Include the BIND version number in the ARM. [RT #37067]

(cherry picked from commit 7ae9399897c55d35cb6764277bce4b91d052e0dc)
(cherry picked from commit 8cd1082584b5a2e69dc6f551ace995ca0f85f96b)
(cherry picked from commit d0c4884c8608dad3cd24e2fd7bead31c5c5608c2)

CHANGES
doc/arm/Bv9ARM-book.xml
doc/arm/Makefile.in
doc/xsl/isc-docbook-chunk.xsl.in
doc/xsl/isc-docbook-html.xsl.in

diff --git a/CHANGES b/CHANGES
index 3e2da69f8201722a36cc804e50d9f27b210df71b..59580a463a1296a5ddcf0c6f5f285920af9067d0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3941.  [doc]           Include the BIND version number in the ARM. [RT #37067]
+
        --- 9.8.8rc1 released ---
 
 3933.  [bug]           Corrected the implementation of dns_rdata_casecompare()
index b26a8b52f64a368d8d512b3f6c5f639f18a4c8f5..95bbae91175e879b22cc73b6f49aa5a7b84ce01e 100644 (file)
@@ -43,6 +43,7 @@
       <year>2003</year>
       <holder>Internet Software Consortium.</holder>
     </copyright>
+    <xi:include href="releaseinfo.xml"/>
   </bookinfo>
 
   <chapter id="Bv9ARM.ch01">
index 3ecf4af90bb1603ab8b880af305a0138ece76fa4..e1f7514473cc403a5196b54dc4496fba216b3d45 100644 (file)
@@ -67,5 +67,7 @@ Bv9ARM.pdf: Bv9ARM.tex releaseinfo.xml
        ${PDFLATEX} '\batchmode\input Bv9ARM.tex' || (rm -f $@ ; exit 1)
        ${PDFLATEX} '\batchmode\input Bv9ARM.tex' || (rm -f $@ ; exit 1)
 
-releaseinfo.xml:
+FORCE:
+
+releaseinfo.xml: FORCE
        echo >$@ '<releaseinfo>BIND Version ${VERSION}</releaseinfo>'
index a766c05336e0b391f93756c3fc4f2ab177fd94d7..c136b112664315600299c74165ae42ac2ce3c057 100644 (file)
     <xsl:text>&#10;</xsl:text>
   </xsl:template>
 
+  <xsl:template name="user.footer.navigation">
+    <p style="text-align: center;">BIND Version @PACKAGE_VERSION@</p>
+  </xsl:template>
+
 </xsl:stylesheet>
 
 <!-- 
index ecc0f67c7144c23b1a46a581a8e337bc9a35b18a..e8a75f535265c25c1308da7e8e049af449a751f1 100644 (file)
     <xsl:text>&#10;</xsl:text>
   </xsl:template>
 
+  <xsl:template name="user.footer.navigation">
+    <p style="text-align: center;">BIND Version @PACKAGE_VERSION@</p>
+  </xsl:template>
+
 </xsl:stylesheet>
 
 <!--