aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
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
parenteea5c83f2f8c72f78fc5505573233e79958eaf3d (diff)
downloadfsf-binutils-gdb-a7b40f0783447d90bbda9084a8e348f9ff3b81d6.zip
fsf-binutils-gdb-a7b40f0783447d90bbda9084a8e348f9ff3b81d6.tar.gz
fsf-binutils-gdb-a7b40f0783447d90bbda9084a8e348f9ff3b81d6.tar.bz2
* Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
Remove reference to 3.12.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/Makefile.in5
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 44266eb..346eaed 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-24 Andrew Cagney <ac131313@redhat.com>
+
+ * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
+ Remove reference to 3.12.
+
2002-02-23 Andrew Cagney <ac131313@redhat.com>
* gdbint.texinfo: Include fdl.texi.
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.