Fix texinfo-3.12 problems:

* annotate.texi (Annotations): When GDBN omit @chapter and @node entry.
* gdb.texinfo: Check for @ifinfo instead of @ifnottex.
(rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local @chapter
and @node entries.
* gdb.texinfo: Link all top-level nodes.
* inc-hist.texinfo: When GDBN omit the chapter/node.
* rluser.texinfo (Command Line Editing): Ditto.
This commit is contained in:
Andrew Cagney 2000-03-24 07:30:07 +00:00
parent 9ef47d30e8
commit b9deaee7a0
6 changed files with 220 additions and 189 deletions

View File

@ -1,3 +1,14 @@
Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
* annotate.texi (Annotations): When GDBN omit @chapter and @node
entry.
* gdb.texinfo: Check for @ifinfo instead of @ifnottex.
(rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
@chapter and @node entries.
* gdb.texinfo: Link all top-level nodes.
Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
* Makefile.in (install-info): Create $(infodir) before installing

View File

@ -55,8 +55,10 @@
@syncodeindex fn cp
@ifclear GDBN
@node Annotations
@chapter @value{GDBN} Annotations
@end ifclear
This chapter describes annotations in @value{GDBN}, the GNU symbolic debugger.
Annotations are designed to interface @value{GDBN} to graphical user interfaces

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
Fri Mar 24 18:04:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
* inc-hist.texinfo: When GDBN omit the chapter/node.
* rluser.texinfo (Command Line Editing): Ditto.
1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* hsuser.texinfo (Bash History Builtins): Comment out btindex

View File

@ -23,8 +23,10 @@ Permission is granted to copy and distribute translations of this manual
into another language, under the above conditions for modified versions.
@end ignore
@ifclear GDBN
@node Using History Interactively
@chapter Using History Interactively
@end ifclear
@ifset BashFeatures
This chapter describes how to use the GNU History Library interactively,

View File

@ -36,8 +36,10 @@ into another language, under the above conditions for modified versions.
@comment If you are including this manual as an appendix, then set the
@comment variable readline-appendix.
@ifclear GDBN
@node Command Line Editing
@chapter Command Line Editing
@end ifclear
This chapter describes the basic features of the @sc{GNU}
command line editing interface.