From 91db75bbf8b2e1dc1474da62c62d6414016a36ac Mon Sep 17 00:00:00 2001 From: Roland Pesch Date: Wed, 16 Dec 1992 02:40:29 +0000 Subject: [PATCH] Change default TEXIDIR to find FSF's texinfo.tex in new location. --- gdb/doc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index f47bfd48e2e..b2797fd456f 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -60,7 +60,7 @@ gdbdir = .. M4=m4 # where to find texinfo; GDB dist should include a recent one -TEXIDIR=$(srcdir)/${gdbdir}/../texinfo/fsf +TEXIDIR=$(srcdir)/${gdbdir}/../texinfo # where to find makeinfo, preferably one designed for texinfo-2 MAKEINFO=makeinfo -- 2.30.2