This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] convert GNAT doc to sphinx
- From: Tom de Vries <Tom_deVries at mentor dot com>
- To: Arnaud Charlet <charlet at adacore dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 22 Feb 2015 16:36:39 +0100
- Subject: Re: [Ada] convert GNAT doc to sphinx
- Authentication-results: sourceware.org; auth=none
- References: <20150220091720 dot GA16093 at adacore dot com>
On 20-02-15 10:17, Arnaud Charlet wrote:
Tested on x86_64-pc-linux-gnu, committed on trunk.
2015-02-20 Arnaud Charlet <charlet@adacore.com>
* 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