2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

[master] suppress table of contents in notes.html and notes.pdf

This commit is contained in:
Evan Hunt 2015-01-05 14:31:23 -08:00
parent a74dc9a8d0
commit 43d798dea3

View File

@ -47,11 +47,11 @@ docclean manclean maintainer-clean distclean::
notes.html: notes-wrapper.xml notes.xml releaseinfo.xml pkgversion.xml noteversion.xml notes.html: notes-wrapper.xml notes.xml releaseinfo.xml pkgversion.xml noteversion.xml
expand notes-wrapper.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 notes.tex: notes-wrapper.xml notes.xml releaseinfo.xml pkgversion.xml noteversion.xml
expand notes-wrapper.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 - | \ ${XSLTPROC} ${top_srcdir}/doc/xsl/isc-notes-latex.xsl - | \
@PERL@ latex-fixup.pl >$@.tmp @PERL@ latex-fixup.pl >$@.tmp
if test -s $@.tmp; then mv $@.tmp $@; else rm -f $@.tmp; exit 1; fi if test -s $@.tmp; then mv $@.tmp $@; else rm -f $@.tmp; exit 1; fi