From 60ba926295f8c7ce79130da2ac9bb4afebdfa46e Mon Sep 17 00:00:00 2001 From: Roland Pesch Date: Fri, 4 Oct 1991 23:46:57 +0000 Subject: [PATCH] Improve TEXINPUTS var set on calling TeX, so that things work even if old value didn't specify current dir for input... --- gdb/doc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gdb/doc/Makefile b/gdb/doc/Makefile index 57081d33203..db880a61b75 100755 --- a/gdb/doc/Makefile +++ b/gdb/doc/Makefile @@ -81,9 +81,9 @@ gdb-all.texi: ${SFILES_DOCDIR} # GDB MANUAL: TeX dvi file gdb.dvi : gdb-all.texi rdl-apps.texi - TEXINPUTS=${TEXIDIR}:$$TEXINPUTS tex gdb-all.texi + TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex gdb-all.texi texindex gdb-all.?? - TEXINPUTS=${TEXIDIR}:$$TEXINPUTS tex gdb-all.texi + TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex gdb-all.texi mv gdb-all.dvi gdb.dvi rm -f gdb-all.?? gdb-all.??? @@ -96,9 +96,9 @@ gdb.info: gdb-all.texi # GDB INTERNALS MANUAL: TeX dvi file gdbint.dvi : gdbint.texinfo - TEXINPUTS=${TEXIDIR}:$$TEXINPUTS tex gdbint.texinfo + TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex gdbint.texinfo texindex gdbint.?? - TEXINPUTS=${TEXIDIR}:$$TEXINPUTS tex gdbint.texinfo + TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex gdbint.texinfo rm -f gdbint.?? gdbint.aux gdbint.cps gdbint.fns gdbint.kys \ gdbint.log gdbint.pgs gdbint.toc gdbint.tps gdbint.vrs -- 2.30.2