From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18880 invoked by alias); 8 Nov 2003 17:10:39 -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 18873 invoked from network); 8 Nov 2003 17:10:38 -0000 Received: from unknown (HELO bilbo.inter.net.il) (192.114.186.18) by sources.redhat.com with SMTP; 8 Nov 2003 17:10:38 -0000 Received: from zaretski ([80.230.154.210]) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id BUZ80175; Sat, 8 Nov 2003 19:10:28 +0200 (IST) Date: Sat, 08 Nov 2003 17:10:00 -0000 From: "Eli Zaretskii" To: Elena Zannoni Message-Id: <6654-Sat08Nov2003191053+0200-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <16298.58996.338950.834301@localhost.redhat.com> (message from Elena Zannoni on Thu, 6 Nov 2003 19:25:24 -0500) Subject: Re: [RFA/DOCO] annotate.texinfo Reply-to: Eli Zaretskii References: <16298.58996.338950.834301@localhost.redhat.com> X-SW-Source: 2003-11/txt/msg00153.txt.bz2 > 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.