]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] suppress table of contents in notes.html and notes.pdf
authorEvan Hunt <each@isc.org>
Mon, 5 Jan 2015 22:31:23 +0000 (14:31 -0800)
committerEvan Hunt <each@isc.org>
Mon, 5 Jan 2015 22:31:23 +0000 (14:31 -0800)
doc/arm/Makefile.in

index 6bc57e647e5350b95b35aaaae344727004f7013f..94fa457a237b96f7595aabfac6688b86cb101485 100644 (file)
@@ -47,11 +47,11 @@ docclean manclean maintainer-clean distclean::
 
 notes.html: notes-wrapper.xml notes.xml releaseinfo.xml pkgversion.xml noteversion.xml
        expand notes-wrapper.xml | \
-       ${XSLTPROC} -o notes.html ../xsl/isc-docbook-html.xsl -
+       ${XSLTPROC} --stringparam generate.toc "book toc" -o notes.html ../xsl/isc-docbook-html.xsl -
 
 notes.tex: notes-wrapper.xml notes.xml releaseinfo.xml pkgversion.xml noteversion.xml
        expand notes-wrapper.xml | \
-       ${XSLTPROC} ${top_srcdir}/doc/xsl/pre-latex.xsl - | \
+       ${XSLTPROC} --stringparam generate.toc "book toc" ${top_srcdir}/doc/xsl/pre-latex.xsl - | \
        ${XSLTPROC} ${top_srcdir}/doc/xsl/isc-notes-latex.xsl - | \
        @PERL@ latex-fixup.pl >$@.tmp 
        if test -s $@.tmp; then mv $@.tmp $@; else rm -f $@.tmp; exit 1; fi