This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Documentation: Is One-Large-HTML page Manual Available?


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]