From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14628 invoked by alias); 10 Nov 2009 18:56:43 -0000 Received: (qmail 14619 invoked by uid 22791); 10 Nov 2009 18:56:42 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Nov 2009 18:56:34 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A173D2BAB13 for ; Tue, 10 Nov 2009 13:56:32 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id TB+qCsy5Aobs for ; Tue, 10 Nov 2009 13:56:32 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 147D42BAB1B for ; Tue, 10 Nov 2009 13:56:32 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 52F29F5905; Tue, 10 Nov 2009 10:56:15 -0800 (PST) Date: Wed, 11 Nov 2009 01:01:00 -0000 From: Joel Brobecker To: gdb@sourceware.org Subject: Re: updates on the GDB online documentation Message-ID: <20091110185615.GG11716@adacore.com> References: <20091109173300.GQ22192@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091109173300.GQ22192@adacore.com> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00124.txt.bz2 > I am planning on committing a change that will have a slight effect > on the way the HTML version of the GDB documentation is generated. > Without going into too many details, the standard way of building > the HTML documentation is by using makeinfo. But for some reason, > we generate the documentation on our website using texi2html. OK - this part is taken care of. This nicely simplified the script in addition to allowing us to get rid of texi2html. Documentation for the head and branch have been regenerated. I will work on the structure based on the recomendations I received when I have a moment. -- Joel