Remove reference to 3.12.
+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.
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.