GCC documentation: info format
Jim Wilson
wilson@codesourcery.com
Fri Apr 9 18:18:00 GMT 2010
On 04/09/2010 05:08 AM, christophe.jarry@ouvaton.org wrote:
> Where may I find gcc-vers.texi?
It is created by the install.texi2html shell script, which also creates
the HTML output files that go on the web site. You can probably modify
this script to generate info files instead, but as Diego mentioned, the
recommended way to produce info files is to configure and build a full
source tree.
Don't forget about the libstdc++-v3 docs which are not in the
docs-sources.tar.gz file. Also, don't forget about the other docs which
are not in the gcc/doc directory. "make info" in a build tree takes
care of this stuff for you.
Jim
More information about the Gcc
mailing list