This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Correction for GCC internals documentation
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: "J. Grant" <jg-lists at jguk dot org>
- Cc: gcc-bugs <gcc-bugs at gcc dot gnu dot org>, gcc <gcc at gcc dot gnu dot org>, jsm28 at cam dot ac dot uk
- Date: Mon, 16 Dec 2002 14:13:36 -0800
- Subject: Re: Correction for GCC internals documentation
- References: <3DFCB0C9.9080906@jguk.org> <3DFCC800.9040709@jguk.org>
On Sun, Dec 15, 2002 at 06:20:48PM +0000, J. Grant wrote:
> Hello,
>
> An html file appears to be missing from the documentation.
>
> http://gcc.gnu.org/onlinedocs/gccint/Front-End-Directory.html#Front%20End%20Directory
>
> In page:
> --
> See Standard Targets for Users,
> (http://gcc.gnu.org/onlinedocs/standards/Standard-Targets.html#Standard%20Targets)
> --
> The requested URL /onlinedocs/standards/Standard-Targets.html was not
> found on this server.
The problem is with the following reference in sourcebuild.texi:
@xref{Standard Targets, , Standard Targets for Users, standards, GNU
Coding Standards}, for details of the standard targets.
GNU Coding Standards are at http://www.gnu.org/prep/standards.html.
The cross reference makes it look as if they are in a file that is in
the same manual, so perhaps there's some magic I'm not aware of that
pulls it in sometimes. Unless that is available at the GCC site in an
area I haven't located, the html version should use the www.gcc.org URL.
Joseph, if you let me know how this is supposed to work, I can prepare
and commit the patch.
Janis