aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1991-10-04 23:46:57 +0000
committerRoland Pesch <pesch@cygnus>1991-10-04 23:46:57 +0000
commit60ba926295f8c7ce79130da2ac9bb4afebdfa46e (patch)
treed367b509d090f94017a2120a408319d444e3c1c1 /gdb
parent9393e96e0d544718341af972652be063afcbcb07 (diff)
downloadgdb-60ba926295f8c7ce79130da2ac9bb4afebdfa46e.zip
gdb-60ba926295f8c7ce79130da2ac9bb4afebdfa46e.tar.gz
gdb-60ba926295f8c7ce79130da2ac9bb4afebdfa46e.tar.bz2
Improve TEXINPUTS var set on calling TeX, so that things work even if
old value didn't specify current dir for input...
Diffstat (limited to 'gdb')
-rwxr-xr-xgdb/doc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/doc/Makefile b/gdb/doc/Makefile
index 57081d3..db880a6 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