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: Mon, 10 Nov 2003 17:54:15 -0500
 > > 
 > > +@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
 > 
 > Okay, but shouldn't we have "(annotate)." rather than "(gdb)." here?
 > 
 > Does the link from info/dir work?  I'd expect it to get you to the
 > wrong manual.

doh. Indeed you are right. "info annotate" would show the gdb info manual.

fixed and committed:

2003-11-11  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    11 Nov 2003 14:07:28 -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: (annotate).                 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       11 Nov 2003 14:07:33 -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]