diff options
author | Roland Pesch <pesch@cygnus> | 1993-05-15 04:38:03 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1993-05-15 04:38:03 +0000 |
commit | da24340ca3e2d1158a7f8e126e1c963bdd458833 (patch) | |
tree | e4e030f6610a7ebcc2ffc3eb9dbd722aa8c5782e | |
parent | e32341a77c7ac8f2d7a05e8acc1b4c3ac10f3be1 (diff) | |
download | gdb-da24340ca3e2d1158a7f8e126e1c963bdd458833.zip gdb-da24340ca3e2d1158a7f8e126e1c963bdd458833.tar.gz gdb-da24340ca3e2d1158a7f8e126e1c963bdd458833.tar.bz2 |
Now that makeinfo node defaulting works, include readline appendices in
Info form of manual as well as printed form.
(Thanks for spotting this, Zoo!)
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 29 |
2 files changed, 12 insertions, 21 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 210f1bd..efb5237 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 5bb663c..bb381da 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 |