This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Parts missing from online documentation
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: Parts missing from online documentation
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Wed, 15 Aug 2001 11:57:17 +0100 (BST)
- cc: <gcc at gcc dot gnu dot org>
On Wed, 15 Aug 2001, Gerald Pfeifer wrote:
> On Wed, 15 Aug 2001, Tobias Schlueter wrote:
> > http://gcc.gnu.org/onlinedocs/gcc-3.0/gcc_3.html misses everything beyond
> > section 3.6, therefor the links to 3.7 and higher don't work.
>
> Not true (any longer). Probably you just viewed this page while it was
> being generated.
That would be a bug in update_web_docs (that it doesn't replace the old
files atomically). It should either install under temporary names and mv
(not just mv from the temporary directory, since that may be on a
different filesystem) or use "install" rather than cp.
--
Joseph S. Myers
jsm28@cam.ac.uk