aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-25 04:32:58 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-25 04:32:58 +0000
commita7b40f0783447d90bbda9084a8e348f9ff3b81d6 (patch)
tree18f90b801c26a78ec26d0f0e25d7b8aefcd3bc98 /gdb/doc/Makefile.in
parenteea5c83f2f8c72f78fc5505573233e79958eaf3d (diff)
downloadgdb-a7b40f0783447d90bbda9084a8e348f9ff3b81d6.zip
gdb-a7b40f0783447d90bbda9084a8e348f9ff3b81d6.tar.gz
gdb-a7b40f0783447d90bbda9084a8e348f9ff3b81d6.tar.bz2
* Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
Remove reference to 3.12.
Diffstat (limited to 'gdb/doc/Makefile.in')
-rw-r--r--gdb/doc/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index ff6b0ab..3b549b8 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -263,10 +263,9 @@ gdb.pdf: ${SFILES_DOC}
gdb.tp* gdb.vr*
# GDB MANUAL: info file
-# We're using texinfo 3.12; older makeinfo's may not be able to
-# cope with all the markup.
gdb.info: ${SFILES_DOC}
- $(MAKEINFO) -I ${READLINE_DIR} -I ${GDBMI_DIR} -I $(srcdir) -o ./gdb.info gdb.texinfo
+ $(MAKEINFO) -I ${READLINE_DIR} -I ${GDBMI_DIR} -I $(srcdir) \
+ -o gdb.info $(srcdir)/gdb.texinfo
# GDB MANUAL: roff translations
# Try to use a recent texi2roff. v2 was put on prep in jan91.