From: Andrew Cagney Date: Mon, 25 Feb 2002 04:32:58 +0000 (+0000) Subject: * Makefile.in (gdb.info): Add explicit path to gdb.texinfo. X-Git-Tag: gdb_5_2-2002-03-03-branchpoint~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7b40f0783447d90bbda9084a8e348f9ff3b81d6;p=thirdparty%2Fbinutils-gdb.git * Makefile.in (gdb.info): Add explicit path to gdb.texinfo. Remove reference to 3.12. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 44266eb1143..346eaedfc8d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-02-24 Andrew Cagney + + * Makefile.in (gdb.info): Add explicit path to gdb.texinfo. + Remove reference to 3.12. + 2002-02-23 Andrew Cagney * gdbint.texinfo: Include fdl.texi. diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index ff6b0ab302e..3b549b84763 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.