trivial error in *.texi files.
Basile STARYNKEVITCH
basile@starynkevitch.net
Mon Jun 30 21:10:00 GMT 2008
Hello all,
in the MELT branch (I just committed rev 137290)
http://gcc.gnu.org/wiki/MiddleEndLispTranslator
I have the attached melt.texi file in gcc/doc/
and my gcc/doc/gccint.texi file contains
@include c-tree.texi
@include tree-ssa.texi
@include melt.texi
@include loop.texi
@include rtl.texi
@include cfg.texi
As you can see, I just added (line 147 of gccint.texi) an @include for
melt.texi
When compiling my stuff, I'm getting the following end of make output:
>
> if [ xinfo = xinfo ]; then \
> makeinfo --split-size=5000000 --no-split -I . -I /usr/src/Lang/basile-melt-gcc/gcc/doc \
> -I /usr/src/Lang/basile-melt-gcc/gcc/doc/include -o doc/gccint.info /usr/src/Lang/basile-melt-gcc/gcc/doc/gccint.texi; \
> fi
> /usr/src/Lang/basile-melt-gcc/gcc/doc//melt.texi:146: `Reference on MELT' has no Up field (perhaps incorrect sectioning?).
> /usr/src/Lang/basile-melt-gcc/gcc/doc//melt.texi:138: `Tutorial about MELT' has no Up field (perhaps incorrect sectioning?).
> /usr/src/Lang/basile-melt-gcc/gcc/doc//melt.texi:125: `Invoking MELT' has no Up field (perhaps incorrect sectioning?).
> /usr/src/Lang/basile-melt-gcc/gcc/doc//melt.texi:101: `Building the MELT branch' has no Up field (perhaps incorrect sectioning?).
> /usr/src/Lang/basile-melt-gcc/gcc/doc//melt.texi:35: `MELT overview' has no Up field (perhaps incorrect sectioning?).
> /usr/src/Lang/basile-melt-gcc/gcc/doc//melt.texi:146: warning: unreferenced node `Reference on MELT'.
> /usr/src/Lang/basile-melt-gcc/gcc/doc//melt.texi:138: warning: unreferenced node `Tutorial about MELT'.
> /usr/src/Lang/basile-melt-gcc/gcc/doc//melt.texi:125: warning: unreferenced node `Invoking MELT'.
> /usr/src/Lang/basile-melt-gcc/gcc/doc//melt.texi:101: warning: unreferenced node `Building the MELT branch'.
> /usr/src/Lang/basile-melt-gcc/gcc/doc//melt.texi:35: warning: unreferenced node `MELT overview'.
> makeinfo: Removing output file `doc/gccint.info' due to errors; use --force to preserve.
I obvious made some trivial mistake, which I cannot find easily. I am
not very familiar with *.texi & texinfo (and surprisingly, at the last
GCC summit, most of the old timers are not very familiar with it neither).
Any clues?
Thanks & regards.
PS. BTW, I would dream of using hevea http://pauillac.inria.fr/hevea/
for documentation. It accepts a familiar LaTeX format as input (more
precisely a subset of LaTeX) and produces *.texi or *.html files!
--
Basile STARYNKEVITCH http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mines, sont seulement les miennes} ***
-------------- next part --------------
A non-text attachment was scrubbed...
Name: melt.texi
Type: text/x-texinfo
Size: 5748 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20080630/a6798cb2/attachment.bin>
More information about the Gcc
mailing list