From: Roland Pesch Date: Sat, 14 Mar 1992 00:05:37 +0000 (+0000) Subject: Run TeX *three* times to get better index, xrefs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40bc68455a348fe1b1e68806450c41f60a64d098;p=binutils-gdb.git Run TeX *three* times to get better index, xrefs. --- diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index 6f769bdc41f..7c62e16cec0 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -190,6 +190,7 @@ gdb-all.texi: ${SFILES_DOCDIR} # GDB MANUAL: TeX dvi file gdb.dvi : gdb-${CONFIG}.texi rluser.texinfo inc-hist.texi + TEXINPUTS=${TEXIDIR}:.:$(srcdir):$$TEXINPUTS tex gdb-${CONFIG}.texi TEXINPUTS=${TEXIDIR}:.:$(srcdir):$$TEXINPUTS tex gdb-${CONFIG}.texi texindex gdb-${CONFIG}.?? TEXINPUTS=${TEXIDIR}:.:$(srcdir):$$TEXINPUTS tex gdb-${CONFIG}.texi