This is the mail archive of the gcc-bugs@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: Correction for GCC internals documentation


On Mon, 16 Dec 2002, Janis Johnson wrote:

> 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.

The presumption is that all info manuals live in a single namespace.  The
appropriate fix is, for each manual that isn't part of GCC, to have a
redirect in .htaccess from the URL on gcc.gnu.org to an online copy of the
current manual - which however needs to be one generated by makeinfo
--html with split output, not one generated by texi2html.  (Perhaps
www.gnu.org needs to start adding such versions of the manuals there.)

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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