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: Arnaud Charlet <charlet at adacore dot com>
- To: Tom de Vries <Tom_deVries at mentor dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 22 Feb 2015 19:04:33 +0100
- Subject: Re: [Ada] convert GNAT doc to sphinx
- Authentication-results: sourceware.org; auth=none
- References: <20150220091720 dot GA16093 at adacore dot com> <54E9F787 dot 4010704 at mentor dot com>
> >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
Two .png files were missing, now added:
2015-02-22 Arnaud Charlet <charlet@adacore.com>
* 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