This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: [Fwd: Search for the gcc-internals manual for gcc3.4.3]


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


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