]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 44266eb1143c76369150784fd02dd50174e3ef49..346eaedfc8d40c24e9b8ebadc1aded0aa2f3a412 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 ff6b0ab302e53779571c1287f202f4e510382efd..3b549b84763f09dcaeae8fecfb7ffdb18785e18a 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.