From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2372 invoked by alias); 17 Mar 2008 07:59:47 -0000 Received: (qmail 2363 invoked by uid 22791); 17 Mar 2008 07:59:47 -0000 X-Spam-Check-By: sourceware.org Received: from province.act-europe.fr (HELO province.act-europe.fr) (212.99.106.214) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Mar 2008 07:59:31 +0000 Received: by province.act-europe.fr (Postfix, from userid 525) id C092F166CE4; Mon, 17 Mar 2008 08:59:28 +0100 (CET) Date: Mon, 17 Mar 2008 09:47:00 -0000 From: Arnaud Charlet To: Ralf Wildenhues , gcc-patches@gcc.gnu.org Subject: Re: [PATCH, ADA, DOC] PR 15479: Crossrefs and links Message-ID: <20080317075928.GA90987@adacore.com> References: <20080315135145.GG17579@ins.uni-bonn.de> <20080316182210.GA37514@adacore.com> <20080316220220.GA3899@ins.uni-bonn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080316220220.GA3899@ins.uni-bonn.de> User-Agent: Mutt/1.4.2.2i X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-03/txt/msg01000.txt.bz2 > OK. In the patch below I did that. However, for now I did not to > rename the output file to gnat_rm_{unw,vms}. Please say so if you want > that, too. No, I do not want that, and do not want such handling for gnat_rm.texi > OK for trunk and 4.3? Not in the proposed form I'm afraid, see below. > gcc/ada/ChangeLog: > 2008-03-16 Ralf Wildenhues > > PR documentation/15479 > * gnat_ugn.texi: Fix cross references to the GNAT Reference > Manual. Convert links to the GCC, GDB, Emacs, and GNU make > manuals to be proper texinfo links. > * gnat_rm.texi: Fix cross references to the GNAT User's Guide. > * Make-lang.in (doc/gnat_rm.texi): New, create from > ada/gnat_rm.texi using xgnatugn. Well, I'd rather not have to preprocess gnat_rm.texi, that's a heavy solution. There have to be a simpler solution here, such as using a texi variable for example. Arno