[www-patch] Update onlinedocs/index.html for 3.4.0 release

Volker Reichelt reichelt@igpm.rwth-aachen.de
Thu Apr 22 16:21:00 GMT 2004


The file onlinedocs/index.html wasn't updated with the 3.4.0 release. :-(
Attached is a simple patch that adds the same links as we had in the
3.3.3 version (I also checked that the links indeed are valid). To have
at least *some* documentation for 3.4.0 linked from onlinedocs/index.html
I committed the patch as obvious.

Since I don't have the permissions to view
  http://gcc.gnu.org/onlinedocs/gcc-3.4.0/
I can't tell whether the patch misses some stuff or not.

Well, to be precise, I *do know* that it misses stuff, since
  http://gcc.gnu.org/onlinedocs/gcc-3.4.0/libiberty/
isn't linked. But since the link to libiberty is missing also for
3.1.1 - 3.3.3 I'm not sure whether it was omitted deliberately.
(On the other hand, the stuff is on the server, why not linking it?)

Could somebody please provide more insight into which files should be
linked?

Thanks,
Volker


Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.55
diff -u -p -r1.55 index.html
--- index.html	24 Feb 2004 12:19:35 -0000	1.55
+++ index.html	22 Apr 2004 15:56:19 -0000
@@ -16,6 +16,54 @@
      versions.  -->
 
 <ul>
+  <li>GCC 3.4.0 manuals:
+  <ul>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gcc/">GCC
+         3.4.0 Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gcc.ps.gz">also
+         in PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gcc-html.tar.gz">an
+         HTML tarball</a>)</li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/g77/">GCC
+         3.4.0 G77 Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/g77.ps.gz">also
+         in PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/g77-html.tar.gz">an
+         HTML tarball</a>)</li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gcj/">GCC
+         3.4.0 GCJ Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gcj.ps.gz">also
+         in PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gcj-html.tar.gz">an
+         HTML tarball</a>)</li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/cpp/">GCC 
+         3.4.0 CPP Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/cpp.ps.gz">also
+         in PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/cpp-html.tar.gz">an
+         HTML tarball</a>)</li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gnat_rm/">GCC
+         3.4.0 GNAT Reference Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gnat_rm.ps.gz">also
+         in PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gnat_rm-html.tar.gz">an
+         HTML tarball</a>)</li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gnat_ug_unx/">GCC
+         3.4.0 GNAT User's Guide</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gnat_ug_unx.ps.gz">also
+         in PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/gnat_ug_unx-html.tar.gz">an
+         HTML tarball</a>)</li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/fastjar/">GCC
+         3.4.0 GNU JAR Manual</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/fastjar.ps.gz">also
+         in PostScript</a> or <a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/fastjar-html.tar.gz">an
+         HTML tarball</a>)</li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.4.0/docs-sources.tar.gz">Texinfo
+         sources of all the GCC 3.4.0 manuals</a></li>
+  </ul></li>
+
   <li>GCC 3.3.3 manuals:
   <ul>
     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.3.3/gcc/">GCC
===================================================================




More information about the Gcc-patches mailing list