From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25651 invoked by alias); 7 Aug 2007 16:01:16 -0000 Received: (qmail 25621 invoked by uid 22791); 7 Aug 2007 16:01:15 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 07 Aug 2007 16:01:08 +0000 Received: (qmail 13447 invoked from network); 7 Aug 2007 16:01:06 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 Aug 2007 16:01:06 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.63) (envelope-from ) id 1IIRUW-00067r-Tg; Tue, 07 Aug 2007 16:01:04 +0000 Date: Tue, 07 Aug 2007 16:01:00 -0000 From: "Joseph S. Myers" To: Carlos O'Donell cc: gdb-patches@sourceware.org Subject: Re: doc: Specify the CWD explicitly for gdb-cfg.texi In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00133.txt.bz2 On Wed, 25 Jul 2007, Maciej W. Rozycki wrote: > @@ -49,9 +49,11 @@ > # Note that texinfo 4.0's makeinfo --html can only generate a > # single file, which would be too large, so continue to use > # texi2html. -sts 2000-03-28 I might note that this comment is very out-of-date by now (HTML output supports splitting by node since version 4.1, and the src tree's toplevel requires makeinfo version 4.4 or later). I think it would be a good idea for GDB to use makeinfo --html just like other GNU software does, and thereby avoid the various texi2html compatibility issues such as those addressed by these recent patches. Carlos, perhaps you could contribute your patch to do so? -- Joseph S. Myers joseph@codesourcery.com