This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Fix texinfo problems...


Stan Shebs wrote:
> 
> Andrew Cagney wrote:
> 
> > The attatched converts my botch into your patch.
> > I've also dropped a copy of texinfo-3.12 into the snapshots directory.
> >
> >         sorry,
> >                 Andrew
> >
> > Stan, ok?
> 
> I didn't see your message before doing my big commit this morning,
> so some of the changes are redundant.  I would suggest updating
> from cvs over your patched file and seeing what's left over after
> the merge - the remainder should be much smaller...

A patch to revert the remainder is attached.

	Andrew
Index: gdb/doc/ChangeLog
Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
 	Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
 	back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
	* annotate.texi: Update.

Index: readline/doc/ChangeLog
Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* inc-hist.texinfo, rluser.texinfo: Revert change Fri Mar 24
 	18:04:32 2000 Andrew Cagney <cagney@b1.cygnus.com>.
  	Unconditionally provide @chapter and @node.

Index: gdb/doc/annotate.texi
===================================================================
RCS file: /cvs/src/src/gdb/doc/annotate.texi,v
retrieving revision 1.4
diff -p -r1.4 annotate.texi
*** annotate.texi	2000/03/28 16:46:24	1.4
--- annotate.texi	2000/03/29 01:29:17
***************
*** 55,64 ****
  
  @syncodeindex fn cp
  
- @ifclear GDBN
  @node Annotations
  @chapter @value{GDBN} Annotations
- @end ifclear
  
  This chapter describes annotations in @value{GDBN}.  Annotations are
  designed to interface @value{GDBN} to graphical user interfaces or other
--- 55,62 ----
Index: gdb/doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.9
diff -p -r1.9 gdb.texinfo
*** gdb.texinfo	2000/03/28 16:46:24	1.9
--- gdb.texinfo	2000/03/29 01:29:56
*************** environment.  Users of this environment 
*** 12209,12216 ****
  each value is printed in its own window.
  @end ignore
  
- @node Annotations
- @chapter @value{GDBN} Annotations
  @include annotate.texi
  
  @node GDB Bugs
--- 12209,12214 ----
*************** things without first using the debugger 
*** 12454,12467 ****
  @c     inc-hist.texinfo
  @c Use -I with makeinfo to point to the appropriate directory,
  @c environment var TEXINPUTS with TeX.
- 
- @node Command Line Editing
- @chapter Command Line Editing
  @include rluser.texinfo
- 
- 
- @node Using History Interactively
- @chapter Using History Interactively
  @include inc-hist.texinfo
  
  
--- 12452,12458 ----
Index: readline/doc/inc-hist.texinfo
===================================================================
RCS file: /cvs/src/src/readline/doc/inc-hist.texinfo,v
retrieving revision 1.2
diff -p -r1.2 inc-hist.texinfo
*** inc-hist.texinfo	2000/03/24 07:30:07	1.2
--- inc-hist.texinfo	2000/03/29 01:30:01
*************** Permission is granted to copy and distri
*** 23,32 ****
  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,
--- 23,30 ----
Index: readline/doc/rluser.texinfo
===================================================================
RCS file: /cvs/src/src/readline/doc/rluser.texinfo,v
retrieving revision 1.2
diff -p -r1.2 rluser.texinfo
*** rluser.texinfo	2000/03/24 07:30:07	1.2
--- rluser.texinfo	2000/03/29 01:30:05
*************** into another language, under the above c
*** 36,45 ****
  @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.
--- 36,43 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]