* Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
Remove reference to 3.12.
This commit is contained in:
parent
eea5c83f2f
commit
a7b40f0783
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user