* Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
authorAndrew Cagney <cagney@redhat.com>
Mon, 25 Feb 2002 04:32:58 +0000 (04:32 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 25 Feb 2002 04:32:58 +0000 (04:32 +0000)
Remove reference to 3.12.

gdb/doc/ChangeLog
gdb/doc/Makefile.in

index 44266eb..346eaed 100644 (file)
@@ -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.
index ff6b0ab..3b549b8 100644 (file)
@@ -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.