PATCH: onlinedocs/index.html

Gerald Pfeifer pfeifer@dbai.tuwien.ac.at
Sun Apr 2 06:25:00 GMT 2000


> Should the link
> to http://www.gnu.org/software/gcc/onlinedocs/gcov_toc.html on the page
> http://www.gnu.org/software/gcc/onlinedocs/ actually point to
> http://gcc.gnu.org/onlinedocs/gcov_toc.html ?

I agree with your analysis and installed the patch below to fix that:

  Have links to the online docs generated from texinfo sources refer to
  the gcc.gnu.org site.

Thanks for pointing this out! (Note that it will take a couple of hours
until the www.gnu.org site has picked up this change from the CVS server.)

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.11
diff -c -3 -p -r1.11 index.html
*** index.html	2000/02/01 15:55:06	1.11
--- index.html	2000/04/02 13:21:48
*************** existing release.</p>
*** 14,32 ****
  
  <ul>
    <li><a href="../install/index.html">GCC Installation Instructions</a>
!   <li><a href="gcc_toc.html">GCC Manual</a>
!   <li><a href="g77_toc.html">G77 Manual</a>
    <ul> 
!      <li><a href="g77_news.html">G77 News</a>
!      <li><a href="g77_bugs.html">G77 Bugs</a>
    </ul>
!   <li><a href="ir_toc.html">Tree Representation Internals</a>
!   <li><a href="gxxint_toc.html">G++ Internals Manual</a>
!   <li><a href="cpp_toc.html">CPP Manual</a>
!   <li><a href="gcov_toc.html">GCOV Manual</a>
!   <li><a href="iostream_toc.html">iostream Manual</a>
!   <li><a href="chill_toc.html">Chill Manual</a>
!   <li><a href="objc-features_toc.html">ObjC Features</a>
  </ul>
  
  </body>
--- 14,32 ----
  
  <ul>
    <li><a href="../install/index.html">GCC Installation Instructions</a>
!   <li><a href=" http://gcc.gnu.org/onlinedocs/gcc_toc.html ">GCC Manual</a>
!   <li><a href=" http://gcc.gnu.org/onlinedocs/g77_toc.html ">G77 Manual</a>
    <ul> 
!      <li><a href=" http://gcc.gnu.org/onlinedocs/g77_news.html ">G77 News</a>
!      <li><a href=" http://gcc.gnu.org/onlinedocs/g77_bugs.html ">G77 Bugs</a>
    </ul>
!   <li><a href=" http://gcc.gnu.org/onlinedocs/ir_toc.html ">Tree Representation Internals</a>
!   <li><a href=" http://gcc.gnu.org/onlinedocs/gxxint_toc.html ">G++ Internals Manual</a>
!   <li><a href=" http://gcc.gnu.org/onlinedocs/cpp_toc.html ">CPP Manual</a>
!   <li><a href=" http://gcc.gnu.org/onlinedocs/gcov_toc.html ">GCOV Manual</a>
!   <li><a href=" http://gcc.gnu.org/onlinedocs/iostream_toc.html ">iostream Manual</a>
!   <li><a href=" http://gcc.gnu.org/onlinedocs/chill_toc.html ">Chill Manual</a>
!   <li><a href=" http://gcc.gnu.org/onlinedocs/objc-features_toc.html ">ObjC Features</a>
  </ul>
  
  </body>



More information about the Gcc-help mailing list