[master] add version number to ARM

3941.	[doc]		Include the BIND version number in the ARM. [RT #37067]
This commit is contained in:
Evan Hunt
2014-09-03 20:29:24 -07:00
parent 3d066288ad
commit 7ae9399897
5 changed files with 14 additions and 1 deletions

View File

@@ -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]

View File

@@ -43,6 +43,7 @@
<year>2003</year>
<holder>Internet Software Consortium.</holder>
</copyright>
<xi:include href="releaseinfo.xml"/>
</bookinfo>
<chapter id="Bv9ARM.ch01">

View 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>'

View File

@@ -56,6 +56,10 @@
<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>
<!--

View File

@@ -49,6 +49,10 @@
<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>
<!--