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