From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5345 invoked by alias); 14 Jan 2009 04:24:54 -0000 Received: (qmail 5336 invoked by uid 22791); 14 Jan 2009 04:24:54 -0000 X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BARRACUDA_BRBL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Jan 2009 04:23:59 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KDG00A001CP3D00@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Wed, 14 Jan 2009 06:24:05 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.230.7]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KDG005PW1K4YU10@i-mtaout7.012.net.il>; Wed, 14 Jan 2009 06:24:05 +0200 (IST) Date: Wed, 14 Jan 2009 04:24:00 -0000 From: Eli Zaretskii Subject: Re: Doc fixes for makeinfo --html In-reply-to: To: "Joseph S. Myers" Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: X-IsSubscribed: yes 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: 2009-01/txt/msg00301.txt.bz2 > Date: Wed, 14 Jan 2009 02:51:01 +0000 (UTC) > From: "Joseph S. Myers" > > This patch fixes various problems arising using the GDB manuals with > makeinfo --html. Thanks. > * To work on case-insensitive filesystems with makeinfo splitting by > node, the index should not be called "Index" as this clashes with > the automatically generated index.html. In what version of makeinfo did you see this problem, and on what OS and which port? Because it was solved long ago: when some .html clashes with another .html, makeinfo should resolve the clash automatically. > Fixed in the same way as > . Sorry, but I don't like this fix. Index nodes follow certain guidelines in GNU packages, and I don't want to change that just like that. If there's a bug in makeinfo, I prefer to solve it there. > Tested building info/HTML/PDF (HTML with both makeinfo --html and > texi2html). OK to commit? Yes, but without the Index node renaming. Thanks. > 2009-01-14 Joseph Myers > Carlos O'Donell > > * annotate.texinfo: Use @copying and @insertcopying. Use > @ifnottex in place of @ifinfo. > * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in > place of @ifinfo. Use @ifnotinfo for one index entry. > (Index): Rename to GDB Index. > * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex > in place of @ifinfo. > (Index): Rename to GDB Internals Index. > * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex > in place of @ifinfo. Include contents at start unconditionally. Please add a line before the actual logs that explains the purpose of these changes.