mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
[master] suppress table of contents in notes.html and notes.pdf
This commit is contained in:
parent
a74dc9a8d0
commit
43d798dea3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user