diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/Makefile.in | 2 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 73fd9b2..7607ada 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com> + * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1. + * gdb.texinfo: Likewise. + +2006-05-05 Daniel Jacobowitz <dan@codesourcery.com> + * gdb.texinfo (Remote Configuration): Remove "set remotedebug" and "show remotedebug". (Debugging Output): Add additional index entries. diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index 22782f6..13792e1 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -101,7 +101,7 @@ GDB_DOC_SOURCE_INCLUDES = \ $(srcdir)/fdl.texi \ $(srcdir)/gpl.texi \ $(srcdir)/agentexpr.texi \ - $(READLINE_DIR)/rluser.texinfo \ + $(READLINE_DIR)/rluser.texi \ $(READLINE_DIR)/inc-hist.texinfo GDB_DOC_BUILD_INCLUDES = \ gdb-cfg.texi \ diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7da8073..737b86d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -21667,7 +21667,7 @@ things without first using the debugger to find the facts. @c inc-hist.texinfo @c Use -I with makeinfo to point to the appropriate directory, @c environment var TEXINPUTS with TeX. -@include rluser.texinfo +@include rluser.texi @include inc-hist.texinfo |