From: Roland Pesch Date: Sat, 15 May 1993 04:38:03 +0000 (+0000) Subject: Now that makeinfo node defaulting works, include readline appendices in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da24340ca3e2d1158a7f8e126e1c963bdd458833;p=binutils-gdb.git Now that makeinfo node defaulting works, include readline appendices in Info form of manual as well as printed form. (Thanks for spotting this, Zoo!) --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 210f1bd50c7..efb523779aa 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) + + * gdb.texinfo: include readline appendices in info version of manual + Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) * gdbinv-s.texi (Remote Serial): describe new ^C behavior in diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5bb663c7db5..bb381da8216 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22,25 +22,6 @@ @c @cropmarks @end iftex -@c Include the readline documentation in the TeX output, -@c but not in the Info output. -@c Eventually, we should make a cross reference to the Readline Info -@c nodes; but this requires that the nodes exist and be in an expected -@c place. Wait for a standard, complete GNU distribution. Meanwhile, -@c cross references are only in the printed TeX output, and only when -@c `have-readline-appendices' is set. -@c -@c The readline documentation is distributed with the readline code -@c and consists of the two following files: -@c rluser.texinfo -@c inc-hist.texi -@iftex -@set have-readline-appendices -@end iftex -@ifinfo -@clear have-readline-appendices -@end ifinfo - @finalout @syncodeindex ky cp @@ -191,6 +172,8 @@ This is Edition 4.09, April 1993, for GDB Version @value{GDBVN}. @end ifclear * GDB Bugs:: Reporting bugs in @value{GDBN} +* Command Line Editing:: Facilities of the readline library +* Using History Interactively:: @ifset NOVEL * Renamed Commands:: @end ifset @@ -8006,10 +7989,14 @@ Such guesses are usually wrong. Even we cannot guess right about such things without first using the debugger to find the facts. @end itemize -@ifset have-readline-appendices +@c The readline documentation is distributed with the readline code +@c and consists of the two following files: +@c rluser.texinfo +@c inc-hist.texi +@c Use -I with makeinfo to point to the appropriate directory, +@c environment var TEXINPUTS with TeX. @include rluser.texinfo @include inc-hist.texi -@end ifset @ifset NOVEL @node Renamed Commands