From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79212 invoked by alias); 25 Feb 2015 11:13:54 -0000 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 Received: (qmail 79153 invoked by uid 89); 25 Feb 2015 11:13:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 25 Feb 2015 11:13:52 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id B91912CE5DBA; Wed, 25 Feb 2015 12:13:48 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vvdDaGa4DUYe; Wed, 25 Feb 2015 12:13:48 +0100 (CET) Received: from chelles.act-europe.fr (chelles.act-europe.fr [10.10.0.160]) by smtp.eu.adacore.com (Postfix) with ESMTP id 8F0842CE5CC3; Wed, 25 Feb 2015 12:13:48 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 525) id 6AFB41EA566A; Wed, 25 Feb 2015 12:13:48 +0100 (CET) Date: Wed, 25 Feb 2015 11:27:00 -0000 From: Arnaud Charlet To: Joseph Myers Cc: Tom de Vries , gcc-patches@gcc.gnu.org Subject: Re: [Ada] convert GNAT doc to sphinx Message-ID: <20150225111348.GB20964@adacore.com> References: <20150220091720.GA16093@adacore.com> <54E9F787.4010704@mentor.com> <20150222180433.GB3798@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-02/txt/msg01472.txt.bz2 > > Two .png files were missing, now added: > > > > 2015-02-22 Arnaud Charlet > > > > * doc/gnat_ugn/project-manager-figure.png, > > doc/gnat_ugn/rtlibrary-structure.png: New. > > The maintainer-scripts/update_web_docs_svn script is still producing > errors relating to those files: > https://gcc.gnu.org/ml/gccadmin/2015-q1/msg00129.html Indeed. I'll need some help here since I do not know where these .png files are looked for or how to change that (I tried copying the .png file under gcc/ada but this didn't help. I also tried adding -I$(srcdir)/ada/doc/gnat_ugn to the doc/gnat_ugn.dvi rule in gcc/ada/gcc-interface/Make-lang.in rule, with no success). Basically the images can be found under gcc/ada/doc/gnat_ugn so for someone familiar with texinfo this should be an easy change. Arno