* Makefile.in (gdb.info): Add explicit path to gdb.texinfo.

Remove reference to 3.12.
This commit is contained in:
Andrew Cagney 2002-02-25 04:32:58 +00:00
parent eea5c83f2f
commit a7b40f0783
2 changed files with 7 additions and 3 deletions

View 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.

View 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.