Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
7ae93998
Commit
7ae93998
authored
Sep 03, 2014
by
Evan Hunt
Browse files
[master] add version number to ARM
3941. [doc] Include the BIND version number in the ARM. [RT #37067]
parent
3d066288
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
7ae93998
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]
...
...
doc/arm/Bv9ARM-book.xml
View file @
7ae93998
...
...
@@ -43,6 +43,7 @@
<year>2003</year>
<holder>Internet Software Consortium.</holder>
</copyright>
<xi:include href="releaseinfo.xml"/>
</bookinfo>
<chapter id="Bv9ARM.ch01">
...
...
doc/arm/Makefile.in
View file @
7ae93998
...
...
@@ -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>'
doc/xsl/isc-docbook-chunk.xsl.in
View file @
7ae93998
...
...
@@ -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>
<!--
...
...
doc/xsl/isc-docbook-html.xsl.in
View file @
7ae93998
...
...
@@ -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>
<!--
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment