This is the mail archive of the gdb-patches@sources.redhat.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]
Other format: [Raw text]

Re: [RFA/DOCO] annotate.texinfo


Eli Zaretskii writes:
 > > From: Elena Zannoni <ezannoni@redhat.com>
 > > Date: Thu, 6 Nov 2003 19:25:24 -0500
 > > 
 > > A patch to annotate.texinfo. This fixes a warning when installing the
 > > info files.
 > 
 > Thanks for catching this!
 > 
 > > +@ifinfo
 > > +@format
 > > +START-INFO-DIR-ENTRY
 > > +* Annotate: (gdb).                 The obsolete annotation interface.
 > > +END-INFO-DIR-ENTRY
 > > +@end format
 > > +@end ifinfo
 > 
 > However, this isn't how the problem should be solved.  Please use the
 > @dircategory and @direntry Texinfo directives, described in the
 > Texinfo manual.

Ah, then also stabs.texinfo is wrong. How's this?
elena

2003-11-10  Elena Zannoni  <ezannoni@redhat.com>

	* stabs.texinfo: Add dircategory and direntry commands.
	* annotate.texinfo: Ditto.

Index: annotate.texinfo
===================================================================
RCS file: /cvs/uberbaum/gdb/doc/annotate.texinfo,v
retrieving revision 1.2
diff -u -p -r1.2 annotate.texinfo
--- annotate.texinfo	24 Oct 2003 17:37:04 -0000	1.2
+++ annotate.texinfo	10 Nov 2003 22:53:38 -0000
@@ -1,6 +1,14 @@
 \input texinfo   @c -*-texinfo-*-
 @c %**start of header
 @setfilename annotate.info
+
+@c This is a dir.info fragment to support semi-automated addition of
+@c manuals to an info tree.
+@dircategory Programming & development tools.
+@direntry
+* Annotate: (gdb).                 The obsolete annotation interface.
+@end direntry
+
 @c
 @include gdb-cfg.texi
 @c
Index: stabs.texinfo
===================================================================
RCS file: /cvs/uberbaum/gdb/doc/stabs.texinfo,v
retrieving revision 1.11
diff -u -p -r1.11 stabs.texinfo
--- stabs.texinfo	4 Aug 2003 20:43:57 -0000	1.11
+++ stabs.texinfo	10 Nov 2003 22:53:43 -0000
@@ -3,13 +3,12 @@
 
 @c @finalout
 
-@ifinfo
-@format
-START-INFO-DIR-ENTRY
-* Stabs: (stabs).                 The "stabs" debugging information format.
-END-INFO-DIR-ENTRY
-@end format
-@end ifinfo
+@c This is a dir.info fragment to support semi-automated addition of
+@c manuals to an info tree.
+@dircategory Programming & development tools.
+@direntry
+* Stabs: (stabs).                 The "stabs" debugging information format.   
+@end direntry
 
 @ifinfo
 This document describes the stabs debugging symbol tables.


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