Parts missing from online documentation

Joseph S. Myers jsm28@cam.ac.uk
Wed Aug 15 03:57:00 GMT 2001


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



More information about the Gcc mailing list