This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: [Fwd: Search for the gcc-internals manual for gcc3.4.3]
- From: Ian Lance Taylor <ian at airs dot com>
- To: alsor zhou <zhouwei at embedded dot iscas dot ac dot cn>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 22 Sep 2005 21:57:51 -0700
- Subject: Re: [Fwd: Search for the gcc-internals manual for gcc3.4.3]
- References: <4332652B.6020006@embedded.iscas.ac.cn><m3br2lse6u.fsf@gossamer.airs.com><43335EA7.7030008@embedded.iscas.ac.cn>
alsor zhou <zhouwei@embedded.iscas.ac.cn> writes:
> When I tried with your instruction, I got the Makefile at the
> top level directory. But after I typed `make html' , it told me
>
> make: *** No rule to make target `html'. Stop.
Oh, you're right, there isn't an html target in the 3.4 Makefile.
Sorry.
You can do 'make info' to build an info file which you can read using
the 'info' program, if that helps. You should be able to build the
html files by hand using texi2html on doc/gccint.texi.
Ian