From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1653 invoked by alias); 22 Feb 2015 15:36:49 -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 30898 invoked by uid 89); 22 Feb 2015 15:36:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 22 Feb 2015 15:36:47 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-02.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1YPYaI-0004Jl-H0 from Tom_deVries@mentor.com ; Sun, 22 Feb 2015 07:36:42 -0800 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-02.mgc.mentorg.com (137.202.0.106) with Microsoft SMTP Server id 14.3.224.2; Sun, 22 Feb 2015 15:36:41 +0000 Message-ID: <54E9F787.4010704@mentor.com> Date: Sun, 22 Feb 2015 17:37:00 -0000 From: Tom de Vries User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Arnaud Charlet CC: Subject: Re: [Ada] convert GNAT doc to sphinx References: <20150220091720.GA16093@adacore.com> In-Reply-To: <20150220091720.GA16093@adacore.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-02/txt/msg01337.txt.bz2 On 20-02-15 10:17, Arnaud Charlet wrote: > > Tested on x86_64-pc-linux-gnu, committed on trunk. > > 2015-02-20 Arnaud Charlet > > * gnat_rm.texi, gnat_ugn.texi: Now automatically generated from > sphinx in the doc directory. > * doc: New directory containing sphinx versions of gnat_rm and gnat_ugn > Hi, I'm observing: ... src/gcc/ada/gnat_rm.texi:13: warning: @dircategory missing argument src/gcc/ada/gnat_ugn.texi:13: warning: @dircategory missing argument src/gcc/ada/gnat_ugn.texi:19556: warning: could not find @image file `project-manager-figure.txt' nor alternate text src/gcc/ada/gnat_ugn.texi:29593: warning: could not find @image file `rtlibrary-structure.txt' nor alternate text ... Thanks, - Tom