From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22768 invoked by alias); 10 Nov 2003 22:54:16 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22553 invoked from network); 10 Nov 2003 22:54:15 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 10 Nov 2003 22:54:15 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 43DB31A42DB; Mon, 10 Nov 2003 17:54:15 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16304.5911.195129.34043@localhost.redhat.com> Date: Mon, 10 Nov 2003 22:54:00 -0000 To: Eli Zaretskii Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA/DOCO] annotate.texinfo In-Reply-To: <6654-Sat08Nov2003191053+0200-eliz@elta.co.il> References: <16298.58996.338950.834301@localhost.redhat.com> <6654-Sat08Nov2003191053+0200-eliz@elta.co.il> X-SW-Source: 2003-11/txt/msg00202.txt.bz2 Eli Zaretskii writes: > > From: Elena Zannoni > > 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 * 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.