+3986. [doc] Add the BIND version number to page footers
+ in the ARM. [RT #37398]
+
3985. [doc] Describe how +ndots and +search interact in dig.
[RT #37529]
SO
BIND9_CONFIGARGS
BIND9_SRCID
+BIND9_VERSIONSTRING
BIND9_MAJOR
BIND9_VERSION
BIND9_DESCRIPTION
BIND9_MAJOR="MAJOR=${MAJORVER}.${MINORVER}"
+BIND9_VERSIONSTRING="${PRODUCT} ${MAJORVER}.${MINORVER}${PATCHVER:+.}${PATCHVER}${RELEASETYPE}${RELEASEVER}${EXTENSIONS}${DESCRIPTION:+ }${DESCRIPTION}"
+
BIND9_SRCID="SRCID=unset"
if test -f "${srcdir}/srcid"; then
AC_SUBST(BIND9_VERSION)
BIND9_MAJOR="MAJOR=${MAJORVER}.${MINORVER}"
AC_SUBST(BIND9_MAJOR)
+BIND9_VERSIONSTRING="${PRODUCT} ${MAJORVER}.${MINORVER}${PATCHVER:+.}${PATCHVER}${RELEASETYPE}${RELEASEVER}${EXTENSIONS}${DESCRIPTION:+ }${DESCRIPTION}"
+AC_SUBST(BIND9_VERSIONSTRING)
BIND9_SRCID="SRCID=unset"
if test -f "${srcdir}/srcid"; then
</xsl:template>
<xsl:template name="user.footer.navigation">
- <p style="text-align: center;">BIND Version @PACKAGE_VERSION@</p>
+ <p style="text-align: center;">@BIND9_VERSIONSTRING@</p>
</xsl:template>
</xsl:stylesheet>
- PERFORMANCE OF THIS SOFTWARE.
-->
-<!-- $Id: isc-docbook-latex.xsl.in,v 1.9 2010/04/20 23:51:12 tbox Exp $ -->
-
<!-- ISC customizations for db2latex generator -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:text> </xsl:text>
</xsl:param>
+ <!-- Add version in footer. -->
+ <xsl:param name="latex.book.preamble.post">
+ <xsl:text>
+ \pagestyle{fancy}
+ \fancyfoot[ce,co]{\thepage}
+ \fancyfoot[le,ro]{@BIND9_VERSIONSTRING@}
+ \renewcommand{\headrulewidth}{0.4 pt}
+ \fancypagestyle{plain}{%
+ \fancyhf{}%
+ \fancyfoot[ce,co]{\thepage}%
+ \fancyfoot[le,ro]{@BIND9_VERSIONSTRING@}%
+ \renewcommand{\headrulewidth}{0 pt}
+ }
+ </xsl:text>
+ </xsl:param>
+
<!--
- More front matter: copyright notice, CVS revision number, table
- of contents.