This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Documentation: Is One-Large-HTML page Manual Available?
- To: aoliva at redhat dot com (Alexandre Oliva)
- Subject: Re: Documentation: Is One-Large-HTML page Manual Available?
- From: Joe Buck <jbuck at racerx dot synopsys dot com>
- Date: Fri, 2 Feb 2001 11:34:06 -0800 (PST)
- Cc: ikwan06 at home dot com (Arcana), gcc at gcc dot gnu dot org
On Feb 1, 2001, Arcana <ikwan06@home.com> wrote:
>
> > I have a request to make. I would like to read your documentation
> > for the GCC offline on my PalmPilot. However, the documents, in
> > their current forms, appear only as divided HTML files.
Alexandre Oliva writes:
> The documentation is in .texi format, that can be easily converted to
> a number of other formats, HTML included. Choose whatever format you
> prefer, get the appropriate converter and you're done!
To be specific, the HTML files are generated by the texi2html program.
It can generate a .texi document as one large HTML file (with a separate
HTML table-of-contents file), or split by chapters, or split by "nodes"
(leaf-level sections). Your choice. Just get the GCC distribution
and texi2html, and generate the files in whatever way you prefer.