From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24046 invoked by alias); 22 Feb 2015 18:58:01 -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 23470 invoked by uid 89); 22 Feb 2015 18:58:01 -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 18:57:59 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-03.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1YPbiz-00077Y-Gt from Tom_deVries@mentor.com ; Sun, 22 Feb 2015 10:57:53 -0800 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-03.mgc.mentorg.com (137.202.0.108) with Microsoft SMTP Server id 14.3.224.2; Sun, 22 Feb 2015 18:57:51 +0000 Message-ID: <54EA26AD.9090307@mentor.com> Date: Sun, 22 Feb 2015 19:02: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> <54E9F787.4010704@mentor.com> <20150222180433.GB3798@adacore.com> In-Reply-To: <20150222180433.GB3798@adacore.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-02/txt/msg01343.txt.bz2 On 22-02-15 19:04, Arnaud Charlet wrote: >>> 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 > > 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. > > As for the @dircategory I do not know, I couldn't find a proper documentation > for this node other than: > http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Installing-Dir-Entries.html#index-dircategory > which is incomplete. > Your patch removes these arguments to dircategory: ... $ git show bf5dffd3a47fe12ace71fe48e87cfb1b9ada1344 | grep dircategory +@dircategory -@dircategory GNU Ada tools -@dircategory GNU Ada tools +@dircategory ... Thanks, - Tom