Bob Rossi wrote:
Also, I noticed that converting it to html failed. Maybe this is a
documentation error?
Thanks again,
Bob Rossi
$ makeinfo --html ../../../gcc/gcc/doc/c-tree.texi
../../../gcc/gcc/doc/c-tree.texi:10: `Trees' has no Up field (perhaps
incorrect sectioning?).
makeinfo: Removing output file
`/home/bob/rcs/svn/gcc/gcc/builddir/gcc/doc/c-tree/index.html' due to
errors; use --force to preserve.
'make -k html' from the top level Makefile should do what you want. It
starts at the root of the texi hierarchy and does not suffer from the
failure you report.
David Daney.