From b9deaee7a0c35ded5c899c686db412c6587be1de Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 24 Mar 2000 07:30:07 +0000 Subject: 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. --- readline/doc/ChangeLog | 5 +++++ readline/doc/inc-hist.texinfo | 2 ++ readline/doc/rluser.texinfo | 2 ++ 3 files changed, 9 insertions(+) (limited to 'readline') diff --git a/readline/doc/ChangeLog b/readline/doc/ChangeLog index 482a3c6ac5..75a770b7bf 100644 --- a/readline/doc/ChangeLog +++ b/readline/doc/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 24 18:04:32 2000 Andrew Cagney + + * inc-hist.texinfo: When GDBN omit the chapter/node. + * rluser.texinfo (Command Line Editing): Ditto. + 1999-08-10 Elena Zannoni * hsuser.texinfo (Bash History Builtins): Comment out btindex diff --git a/readline/doc/inc-hist.texinfo b/readline/doc/inc-hist.texinfo index 06774b7491..f7f7644f50 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 755f7ca3a3..86bade7fa6 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. -- cgit v1.2.1