Patch for g77_bugs.html, g77_news.html links

Joseph S. Myers jsm28@cam.ac.uk
Wed Aug 14 17:14:00 GMT 2002


This patch fixes web/7596 by using the actual file names within the online
manual for G77 bugs and news pages, rather than links (which were needed
with texi2html, but not with makeinfo --html).  Installed.  A separate
patch will remove the creation of the g77_bugs and g77_news links and
update references to the old names in the G77 manual.

Index: .htaccess
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/.htaccess,v
retrieving revision 1.9
diff -u -r1.9 .htaccess
--- .htaccess	25 Jan 2002 23:16:41 -0000	1.9
+++ .htaccess	15 Aug 2002 00:07:44 -0000
@@ -14,3 +14,5 @@
 Redirect permanent /gcc-2.95/gcc-2.95.3.html	http://gcc.gnu.org/gcc-2.95/
 Redirect permanent /gcc-3.0/gcc-3.0.html	http://gcc.gnu.org/gcc-3.0/
 Redirect permanent /thanks.html                 http://gcc.gnu.org/onlinedocs/gcc/Contributors.html
+Redirect permanent /onlinedocs/g77_news.html http://gcc.gnu.org/onlinedocs/g77/News.html
+Redirect permanent /onlinedocs/g77_bugs.html http://gcc.gnu.org/onlinedocs/g77/Trouble.html
Index: bugs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs.html,v
retrieving revision 1.60
diff -u -r1.60 bugs.html
--- bugs.html	29 May 2002 20:39:24 -0000	1.60
+++ bugs.html	15 Aug 2002 00:07:44 -0000
@@ -283,7 +283,7 @@
 
 <p>Fortran bugs are documented in the G77 manual rather than
 explicitly listed here.  Please see 
-<a href="http://gcc.gnu.org/onlinedocs/g77_bugs.html">Known Causes of
+<a href="http://gcc.gnu.org/onlinedocs/g77/Trouble.html">Known Causes of
 Trouble with GNU Fortran</a> in the G77 manual.</p>
 
 <hr />
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.329
diff -u -r1.329 index.html
--- index.html	1 Aug 2002 20:17:31 -0000	1.329
+++ index.html	15 Aug 2002 00:07:44 -0000
@@ -248,7 +248,7 @@
 
 <a href="news.html">Older news and announcements...</a>
 <br />
-<a href="http://gcc.gnu.org/onlinedocs/g77_news.html">Fortran news</a>
+<a href="http://gcc.gnu.org/onlinedocs/g77/News.html">Fortran news</a>
 
 </td>                                             <!-- end of right frame -->
 
Index: egcs-1.1/features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/features.html,v
retrieving revision 1.17
diff -u -r1.17 features.html
--- egcs-1.1/features.html	11 Feb 2002 09:47:47 -0000	1.17
+++ egcs-1.1/features.html	15 Aug 2002 00:07:44 -0000
@@ -9,7 +9,7 @@
 <ul>
   <li>Integrated GNU Fortran (<code>g77</code>) compiler and runtime library
   with improvements, based on
-  <a href="http://gcc.gnu.org/onlinedocs/g77_news.html"><code>g77</code>
+  <a href="http://gcc.gnu.org/onlinedocs/g77/News.html"><code>g77</code>
   version 0.5.23</a>.</li>
   <li>Vast improvements in the C++ compiler; so many they have 
   <a href="c++features.html">page of their own!</a></li>
Index: egcs-1.1/fortran.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/fortran.html,v
retrieving revision 1.7
diff -u -r1.7 fortran.html
--- egcs-1.1/fortran.html	13 Sep 2001 18:01:55 -0000	1.7
+++ egcs-1.1/fortran.html	15 Aug 2002 00:07:44 -0000
@@ -8,10 +8,10 @@
 <p>This page is obsolete.</p>
 
 <p>Information on GNU Fortran (<code>g77</code>)
-<a href="../onlinedocs/g77_news.html">news</a> and
-<a href="../onlinedocs/g77_bugs.html">known bugs</a>
+<a href="http://gcc.gnu.org/onlinedocs/g77/News.html">news</a> and
+<a href="http://gcc.gnu.org/onlinedocs/g77/Trouble.html">known bugs</a>
 is updated daily from the main development sources, as is its
-<a href="../onlinedocs/g77_toc.html">documentation</a>.</p>
+<a href="http://gcc.gnu.org/onlinedocs/g77/">documentation</a>.</p>
 
 </body>
 </html>
Index: gcc-2.95/features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/features.html,v
retrieving revision 1.35
diff -u -r1.35 features.html
--- gcc-2.95/features.html	26 Jan 2002 15:15:54 -0000	1.35
+++ gcc-2.95/features.html	15 Aug 2002 00:07:44 -0000
@@ -32,7 +32,7 @@
   <li>New Languages and Language specific improvements
   <ul>
     <li><a href="c++features.html">Many C++ improvements</a>.</li>
-    <li><a href="http://gcc.gnu.org/onlinedocs/g77_news.html">Many Fortran improvements</a>.</li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/g77/News.html">Many Fortran improvements</a>.</li>
     <li><a href="../java/gcj-announce.txt">Java</a>
     front-end has been integrated.
     <a href="../news/javaannounce.html">runtime library</a>
Index: gcc-3.0/features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/features.html,v
retrieving revision 1.28
diff -u -r1.28 features.html
--- gcc-3.0/features.html	4 Jun 2002 11:35:07 -0000	1.28
+++ gcc-3.0/features.html	15 Aug 2002 00:07:45 -0000
@@ -125,7 +125,7 @@
     <li>Additional warning option <code>-Wfloat-equal</code>.</li>
     <li>Improvements to <code>-Wtraditional</code>.</li>
     <li>Fortran improvements are listed in
-        <a href="http://gcc.gnu.org/onlinedocs/g77_news.html">the Fortran
+        <a href="http://gcc.gnu.org/onlinedocs/g77/News.html">the Fortran
         documentation</a>.</li>
   </ul>
 
Index: gcc-3.1/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v
retrieving revision 1.53
diff -u -r1.53 changes.html
--- gcc-3.1/changes.html	26 Jul 2002 23:16:39 -0000	1.53
+++ gcc-3.1/changes.html	15 Aug 2002 00:07:45 -0000
@@ -240,7 +240,7 @@
 <h3>Fortran</h3>
 
 <p>Fortran improvements are listed in              
-<a href="http://gcc.gnu.org/onlinedocs/g77_news.html">the Fortran
+<a href="http://gcc.gnu.org/onlinedocs/g77/News.html">the Fortran
 documentation</a>.</p>
 
 <h3>Ada</h3>
Index: gcc-3.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/changes.html,v
retrieving revision 1.5
diff -u -r1.5 changes.html
--- gcc-3.3/changes.html	25 Jul 2002 10:18:08 -0000	1.5
+++ gcc-3.3/changes.html	15 Aug 2002 00:07:45 -0000
@@ -129,7 +129,7 @@
 
   <ul>
     <li>Fortran improvements are listed in              
-    <a href="http://gcc.gnu.org/onlinedocs/g77_news.html">
+    <a href="http://gcc.gnu.org/onlinedocs/g77/News.html">
     the Fortran documentation</a>.</li>
   </ul>
 
Index: onlinedocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.41
diff -u -r1.41 index.html
--- onlinedocs/index.html	4 Aug 2002 16:42:28 -0000	1.41
+++ onlinedocs/index.html	15 Aug 2002 00:07:45 -0000
@@ -123,8 +123,8 @@
          href="http://gcc.gnu.org/onlinedocs/g77.ps.gz">also in
          PostScript</a>)
   <ul> 
-     <li><a href="http://gcc.gnu.org/onlinedocs/g77_news.html">G77 News</a></li>
-     <li><a href="http://gcc.gnu.org/onlinedocs/g77_bugs.html">G77 Bugs</a></li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/g77/News.html">G77 News</a></li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/g77/Trouble.html">G77 Bugs</a></li>
   </ul>
          </li>
   <li><a href="http://gcc.gnu.org/onlinedocs/gcj/">GCJ Manual</a> (<a

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



More information about the Gcc-patches mailing list