summaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-03-24 07:30:07 +0000
committerAndrew Cagney <cagney@redhat.com>2000-03-24 07:30:07 +0000
commit78a00e1bdf451609f6cac50d63bfc46a4d761f21 (patch)
treea4830c0b3f9870800397afd49a9746e0a78f3445 /readline
parent9c4ef6b7577fd357ebadcc94ef3f4002ae0456c2 (diff)
downloadgdb-78a00e1bdf451609f6cac50d63bfc46a4d761f21.tar.gz
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.
Diffstat (limited to 'readline')
-rw-r--r--readline/doc/ChangeLog5
-rw-r--r--readline/doc/inc-hist.texinfo2
-rw-r--r--readline/doc/rluser.texinfo2
3 files changed, 9 insertions, 0 deletions
diff --git a/readline/doc/ChangeLog b/readline/doc/ChangeLog
index 482a3c6ac59..75a770b7bf7 100644
--- a/readline/doc/ChangeLog
+++ b/readline/doc/ChangeLog
@@ -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
diff --git a/readline/doc/inc-hist.texinfo b/readline/doc/inc-hist.texinfo
index 06774b74916..f7f7644f508 100644
--- a/readline/doc/inc-hist.texinfo
+++ b/readline/doc/inc-hist.texinfo
@@ -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,
diff --git a/readline/doc/rluser.texinfo b/readline/doc/rluser.texinfo
index 755f7ca3a35..86bade7fa61 100644
--- a/readline/doc/rluser.texinfo
+++ b/readline/doc/rluser.texinfo
@@ -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.