]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_9] add version number to ARM
authorEvan Hunt <each@isc.org>
Thu, 4 Sep 2014 03:30:27 +0000 (20:30 -0700)
committerEvan Hunt <each@isc.org>
Thu, 4 Sep 2014 03:30:27 +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)

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 b9c43bc7a1914d5a88273a2b170ccd7bdbdd7df3..e343a30a1737b6322a9388b7ac2db0be03acd208 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3941.  [doc]           Include the BIND version number in the ARM. [RT #37067]
+
        --- 9.9.6rc1 released ---
 
 3933.  [bug]           Corrected the implementation of dns_rdata_casecompare()
index 6973ec1e34f784db40eb7806394792bce2e86b56..a523ada49ed9f2ec9190a18a539b1ba5cf8c496a 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>
 
 <!--