2018-02-23 03:53:12 -05:00
|
|
|
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2012-06-28 21:39:47 -04:00
|
|
|
#
|
2016-06-27 00:56:38 -04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2018-02-23 03:53:12 -05:00
|
|
|
#
|
|
|
|
|
# See the COPYRIGHT file distributed with this work for additional
|
|
|
|
|
# information regarding copyright ownership.
|
2001-01-09 16:28:28 -05:00
|
|
|
|
|
|
|
|
srcdir = @srcdir@
|
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
|
|
|
|
|
|
@BIND9_MAKE_RULES@
|
|
|
|
|
|
2014-10-20 15:49:14 -04:00
|
|
|
MANOBJS = Bv9ARM.html notes.html
|
2001-05-08 23:12:11 -04:00
|
|
|
|
2014-10-20 15:49:14 -04:00
|
|
|
PDFOBJS = Bv9ARM.pdf notes.pdf
|
2005-05-11 01:55:41 -04:00
|
|
|
|
|
|
|
|
doc man:: ${MANOBJS} ${PDFOBJS}
|
2001-05-08 23:12:11 -04:00
|
|
|
|
2005-05-11 01:55:41 -04:00
|
|
|
clean::
|
2005-07-19 00:55:25 -04:00
|
|
|
rm -f Bv9ARM.aux Bv9ARM.brf Bv9ARM.glo Bv9ARM.idx Bv9ARM.toc
|
2015-10-06 00:59:35 -04:00
|
|
|
rm -f Bv9ARM.log Bv9ARM.out
|
2014-10-20 15:49:14 -04:00
|
|
|
rm -f notes.aux notes.brf notes.glo notes.idx notes.toc
|
2015-10-06 00:59:35 -04:00
|
|
|
rm -f notes.log notes.out
|
2001-05-08 23:12:11 -04:00
|
|
|
|
2005-05-11 01:55:41 -04:00
|
|
|
docclean manclean maintainer-clean:: clean
|
2006-12-26 12:52:18 -05:00
|
|
|
rm -f *.html ${PDFOBJS}
|
|
|
|
|
|
2015-11-09 22:39:41 -05:00
|
|
|
maintainer-clean distclean::
|
2006-12-26 12:52:18 -05:00
|
|
|
rm -f releaseinfo.xml
|
2014-09-05 15:18:14 -04:00
|
|
|
rm -f pkgversion.xml
|
2014-10-20 15:49:14 -04:00
|
|
|
rm -f noteversion.xml
|
2001-05-08 23:12:11 -04:00
|
|
|
|
2016-03-08 19:34:14 -05:00
|
|
|
# use xmllint to process include
|
2014-10-20 15:49:14 -04:00
|
|
|
notes.html: notes-wrapper.xml notes.xml releaseinfo.xml pkgversion.xml noteversion.xml
|
2016-03-08 19:34:14 -05:00
|
|
|
expand notes-wrapper.xml | ${XMLLINT} --xinclude - | \
|
2015-10-06 00:59:35 -04:00
|
|
|
${XSLTPROC} --stringparam generate.toc "" ../xsl/isc-notes-html.xsl - > notes.html
|
2014-10-20 15:49:14 -04:00
|
|
|
|
2015-10-06 00:59:35 -04:00
|
|
|
notes.pdf: notes-wrapper.xml notes.xml releaseinfo.xml pkgversion.xml noteversion.xml
|
|
|
|
|
${XSLTPROC} ${top_srcdir}/doc/xsl/pre-latex.xsl notes-wrapper.xml | \
|
|
|
|
|
${DBLATEX} -c notes.conf -Pdoc.layout="mainmatter" -o notes.pdf -
|
2014-10-20 15:49:14 -04:00
|
|
|
|
2016-03-08 19:34:14 -05:00
|
|
|
# use xmllint to process include
|
2014-10-20 15:49:14 -04:00
|
|
|
Bv9ARM.html: Bv9ARM-book.xml releaseinfo.xml pkgversion.xml noteversion.xml
|
2016-03-08 19:34:14 -05:00
|
|
|
expand Bv9ARM-book.xml | ${XMLLINT} --xinclude - | \
|
2005-05-11 01:55:41 -04:00
|
|
|
${XSLTPROC} --stringparam root.filename Bv9ARM \
|
2005-07-19 00:55:25 -04:00
|
|
|
${top_srcdir}/doc/xsl/isc-docbook-chunk.xsl -
|
2001-07-18 18:02:54 -04:00
|
|
|
|
2016-03-08 19:34:14 -05:00
|
|
|
# use xmllint to process include
|
2014-10-20 15:49:14 -04:00
|
|
|
Bv9ARM-all.html: Bv9ARM-book.xml releaseinfo.xml pkgversion.xml noteversion.xml
|
2016-03-08 19:34:14 -05:00
|
|
|
expand Bv9ARM-book.xml | ${XMLLINT} --xinclude - |\
|
2009-02-12 17:50:42 -05:00
|
|
|
${XSLTPROC} -o Bv9ARM-all.html ../xsl/isc-docbook-html.xsl -
|
|
|
|
|
|
2015-10-06 00:59:35 -04:00
|
|
|
Bv9ARM.pdf: Bv9ARM-book.xml releaseinfo.xml pkgversion.xml noteversion.xml
|
2005-07-19 00:55:25 -04:00
|
|
|
expand Bv9ARM-book.xml | \
|
|
|
|
|
${XSLTPROC} ${top_srcdir}/doc/xsl/pre-latex.xsl - | \
|
2015-10-06 00:59:35 -04:00
|
|
|
${DBLATEX} -c Bv9ARM.conf -o Bv9ARM.pdf -
|