From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18083 invoked by alias); 22 Oct 2012 21:04:33 -0000 Received: (qmail 18075 invoked by uid 22791); 22 Oct 2012 21:04:33 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO 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; Mon, 22 Oct 2012 21:04:28 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A1E561C7DF2; Mon, 22 Oct 2012 17:04:27 -0400 (EDT) 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 eMTBB--ioDFa; Mon, 22 Oct 2012 17:04:27 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 882AD1C7DF1; Mon, 22 Oct 2012 17:04:27 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 262DAC7F78; Mon, 22 Oct 2012 17:04:27 -0400 (EDT) Date: Mon, 22 Oct 2012 21:04:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [RFA-v5] Add scripts to generate ARI web pages to gdb/contrib/ari directory Message-ID: <20121022210427.GA3713@adacore.com> References: <20120525194654.GA30472@host2.jankratochvil.net> <003c01cd3b3c$d85e07d0$891a1770$@muller@ics-cnrs.unistra.fr> <002101cd3c42$5473b670$fd5b2350$@muller@ics-cnrs.unistra.fr> <006701cd3d00$6b9566a0$42c033e0$@muller@ics-cnrs.unistra.fr> <20120529130144.GM5492@adacore.com> <4FC4CB35.5030503@redhat.com> <001501cd4a2a$2b84d5a0$828e80e0$@muller@ics-cnrs.unistra.fr> <004c01cd9c34$5adb3400$10919c00$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <004c01cd9c34$5adb3400$10919c00$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-10/txt/msg00389.txt.bz2 Sorry about the delay, Pierre, > Joel made some suggestions about changing create-web-ari-in-src.sh > in order to create all files directly in the same directory, ^^^^ current working > but these script generate a lot of "useless" files > and having them together with the cvs files still worries me. I think we should make sure that these scripts are callable from out-of-tree, just the same way we can build GDB out-of-tree (which is the recommended way to building a lot the GNU software). But I'm fine with the current version. Let's make progress rather than bikeshedding further :). > 2012-09-27 Pierre Muller > > Incorporate ARI web page generator into GDB sources. > * contrib/ari/create-web-ari-in-src.sh: New file. > * contrib/ari/gdb_ari.sh: New file. > * contrib/ari/gdb_find.sh: New file. > * contrib/ari/update-web-ari.sh: New file. OK for me. I'm not sure if anyone else want to comment before we go ahead? -- Joel