[master] add version number to ARM
3941. [doc] Include the BIND version number in the ARM. [RT #37067]
This commit is contained in:
2
CHANGES
2
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]
|
||||
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
<year>2003</year>
|
||||
<holder>Internet Software Consortium.</holder>
|
||||
</copyright>
|
||||
<xi:include href="releaseinfo.xml"/>
|
||||
</bookinfo>
|
||||
|
||||
<chapter id="Bv9ARM.ch01">
|
||||
|
||||
@@ -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>'
|
||||
|
||||
@@ -56,6 +56,10 @@
|
||||
<xsl:text> </xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<p style="text-align: center;">BIND Version @PACKAGE_VERSION@</p>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
||||
<!--
|
||||
|
||||
@@ -49,6 +49,10 @@
|
||||
<xsl:text> </xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<p style="text-align: center;">BIND Version @PACKAGE_VERSION@</p>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user