This is the mail archive of the gcc@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]

PATCH for Re: GCC 3.2 Online Manuals


On Fri, 13 Sep 2002, Joseph S. Myers wrote:
>> what do you think about adding the GCC 3.2 Manuals to /onlinedocs
>> (possibly removing the 3.1 Manuals, as we already have 3.1.1 there)?
> The usual practice applies - the manuals (which are already there) should
> be linked to (but I haven't had time for writing a script to handle all
> the web page updating for each release), the links to 3.1 manuals may be
> removed but the manuals themselves should stay.

Implemented thusly.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.43
diff -u -3 -p -r1.43 index.html
--- index.html	12 Sep 2002 22:15:16 -0000	1.43
+++ index.html	13 Sep 2002 11:06:52 -0000
@@ -16,6 +16,30 @@
      versions.  -->

 <ul>
+  <li>GCC 3.2 manuals:
+  <ul>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.2/gcc/";>GCC
+         3.2 Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.2/gcc.ps.gz";>also
+         in PostScript</a>)</li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.2/g77/";>GCC
+         3.2 G77 Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.2/g77.ps.gz";>also
+         in PostScript</a>)</li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.2/gcj/";>GCC
+         3.2 GCJ Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.2/gcj.ps.gz";>also
+         in PostScript</a>)</li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.2/cpp/";>GCC
+         3.2 CPP Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.2/cpp.ps.gz";>also
+         in PostScript</a>)</li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.2/gnat_rm/";>GCC
+         3.2 GNAT Reference Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.2/gnat_rm.ps.gz";>also
+         in PostScript</a>)</li>
+  </ul></li>
+
   <li>GCC 3.1.1 manuals:
   <ul>
     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.1.1/gcc/";>GCC
@@ -37,26 +61,6 @@
     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.1.1/gnat_rm/";>GCC
          3.1.1 GNAT Reference Manual</a> (<a
          href="http://gcc.gnu.org/onlinedocs/gcc-3.1.1/gnat_rm.ps.gz";>also
-         in PostScript</a>)</li>
-  </ul></li>
-
-  <li>GCC 3.1 manuals:
-  <ul>
-    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.1/gcc/";>GCC
-         3.1 Manual</a> (<a
-         href="http://gcc.gnu.org/onlinedocs/gcc-3.1/gcc.ps.gz";>also
-         in PostScript</a>)</li>
-    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.1/g77/";>GCC
-         3.1 G77 Manual</a> (<a
-         href="http://gcc.gnu.org/onlinedocs/gcc-3.1/g77.ps.gz";>also
-         in PostScript</a>)</li>
-    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.1/gcj/";>GCC
-         3.1 GCJ Manual</a> (<a
-         href="http://gcc.gnu.org/onlinedocs/gcc-3.1/gcj.ps.gz";>also
-         in PostScript</a>)</li>
-    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.1/cpp/";>GCC
-         3.1 CPP Manual</a> (<a
-         href="http://gcc.gnu.org/onlinedocs/gcc-3.1/cpp.ps.gz";>also
          in PostScript</a>)</li>
   </ul></li>



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