On 22-02-15 19:04, Arnaud Charlet wrote:
2015-02-20  Arnaud Charlet  <char...@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  <char...@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.


Your patch removes these arguments to dircategory:
...
$ git show bf5dffd3a47fe12ace71fe48e87cfb1b9ada1344 | grep dircategory
+@dircategory
-@dircategory GNU Ada tools
-@dircategory GNU Ada tools
+@dircategory
...

Thanks,
- Tom

Reply via email to