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

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 a8f9db11e7492e36a9b4f3704b404fcd7ff11c96..b9c06a05e68351bbbb7e81ff44d6b0d925330de3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3941.  [doc]           Include the BIND version number in the ARM. [RT #37067]
+
 3940.  [func]          "rndc nta" now allows negative trust anchors to be
                        set for up to one week. [RT #37069]
 
index a76c19673cf3ad47c7c5c614a740bbc7ab1b8929..8e3da639c89da296a0622702954b39d16cc1014a 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>
 
 <!--