This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc/gcc/doc how to build ?
- To: GCC <gcc at gcc dot gnu dot org>
- Subject: gcc/gcc/doc how to build ?
- From: Andreas Tobler <toa at pop dot agri dot ch>
- Date: Wed, 24 Oct 2001 23:10:04 +0200
- Organization: zero
- Reply-To: toa at pop dot agri dot ch
Hi,
While trying to figure out the build failure on solaris and darwin I try
to get the *.texi files converted to html. (To learn more about gcc)
Therefore I use texi2html file.texi. (1.57)
Well, it works but I get a lot of complaints and the html files looks
funny, e.g. the gcov.html contains a funny title:
<H1><A NAME="SEC1">@command{gcov}: a Test Coverage Program</A></H1>
I suppose the @command{gcov} should reference Gcov?
So my question, is there an advice on how to build the docs and which
tools to use? Or are there really some bugs in the *.texi files?
TIA
Andreas
P.S. my texinfo is 4.0, is there a newer one?