From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9373 invoked by alias); 22 Feb 2015 18:04:39 -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 9363 invoked by uid 89); 22 Feb 2015 18:04:38 -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; Sun, 22 Feb 2015 18:04:36 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 292E02CDAF86; Sun, 22 Feb 2015 19:04:33 +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 WUS25ar2LB6B; Sun, 22 Feb 2015 19:04:33 +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 1615D2CDAF7F; Sun, 22 Feb 2015 19:04:33 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 525) id 0C6131EA55F0; Sun, 22 Feb 2015 19:04:33 +0100 (CET) Date: Sun, 22 Feb 2015 18:30:00 -0000 From: Arnaud Charlet To: Tom de Vries Cc: gcc-patches@gcc.gnu.org Subject: Re: [Ada] convert GNAT doc to sphinx Message-ID: <20150222180433.GB3798@adacore.com> References: <20150220091720.GA16093@adacore.com> <54E9F787.4010704@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54E9F787.4010704@mentor.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-02/txt/msg01339.txt.bz2 > >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. Arno