This is the mail archive of the gcc-patches@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, wwwdocs] onlinedocs: Update link names for "GNU Fortran"


Hi,

the Fortran compiler is now called "GNU Fortran Compiler" it used to be
called "GNU Fortran 95 Compiler", but the "95" has been dropped since
4.2.0. Additionally, it was decided that "gfortran" is only used to
refer to the executable and not to the name  (which avoids the
capitalization problems).

This patch updates the names, which was suggested by Janne Blomqvist.
The names match what is displayed as title of each document.

OK for check in?

Tobias

Index: htdocs/onlinedocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.90
diff -U1 -r1.90 index.html
--- htdocs/onlinedocs/index.html        20 Jul 2007 04:10:18 -0000      1.90
+++ htdocs/onlinedocs/index.html        24 Jul 2007 16:48:27 -0000
@@ -28,3 +28,3 @@
     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.1/gfortran/";>GCC
-         4.2.1 GFORTRAN Manual</a> (<a
+         4.2.1 GNU Fortran Manual</a> (<a
          href="http://gcc.gnu.org/onlinedocs/gcc-4.2.1/gfortran.pdf";>also
@@ -83,3 +83,3 @@
     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gfortran/";>GCC
-         4.1.2 GFORTRAN Manual</a> (<a
+         4.1.2 GNU Fortran 95 Manual</a> (<a
          href="http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gfortran.pdf";>also
@@ -138,3 +138,3 @@
     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.0.4/gfortran/";>GCC
-         4.0.4 GFORTRAN Manual</a> (<a
+         4.0.4 GNU Fortran 95 Manual</a> (<a
          href="http://gcc.gnu.org/onlinedocs/gcc-4.0.4/gfortran.pdf";>also
@@ -421,3 +421,3 @@
     <li><a href="http://gcc.gnu.org/onlinedocs/gfortran/";>GNU Fortran
-           95 Manual</a> (<a
+           Manual</a> (<a
            href="http://gcc.gnu.org/onlinedocs/gfortran.pdf";>also in


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