From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20553 invoked by alias); 21 Jan 2002 09:58:18 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 20512 invoked from network); 21 Jan 2002 09:58:17 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 21 Jan 2002 09:58:17 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id LAA17005; Mon, 21 Jan 2002 11:57:31 +0200 (IST) Date: Mon, 21 Jan 2002 01:58:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Andrew Cagney cc: gdb@sources.redhat.com Subject: Re: GDB assumes texinfo 4.0 ... In-Reply-To: <3C4B99BB.2090209@cygnus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-01/txt/msg00232.txt.bz2 On Sun, 20 Jan 2002, Andrew Cagney wrote: > I've a fuzzy memory that once GDB started assuming 4.0 some chunks of > the doco files could be simplified. Anyone? That'd be the @if... nuisance: Texinfo 3.x couldn't have some commands (@top, I think) inside some conditional, like @ifnottex, so we have the Top node twice: once @ifinfo, the other @ifhtml. This kludge should be dropped, and the @top node and its menu should be simply in @ifnottex. Likewise, I think you can now have @contents at the beginning, rather than having it twice, once @iftex and the other for @ifinfo/@ifhtml. In general, grep doc/*.tex* for "3.12", and you will find what you are looking for ;-) And don't forget to grep mi/*.tex*, too!