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, wwwdocs] Include "documentation" section on gfortran index.html


As per a recent conversation with Steve Kargl on the fortran list, I'm
submitting this patch, which adds a small "Documentation" section to
the gfortran "home page", right below the "Binaries" section.

I can't seem to find any examples of ChangeLog entries for wwwdocs
entries; is one needed?

- Brooks



===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/fortran/index.html,v
retrieving revision 1.23
diff -c -3 -p -r1.23 index.html
*** index.html  23 Jun 2005 20:14:32 -0000      1.23
--- index.html  19 Jul 2005 00:48:58 -0000
*************** A number of people regularly build binar
*** 99,104 ****
--- 99,110 ----
  Links to these can be found in <a
  href="http://gcc.gnu.org/wiki/GFortran#download";>the wiki</a>.</p>

+ <h2>Documentation</h2>
+ <p>The manuals for release and current-development versions of GNU
+ Fortran 95 can be downloaded from <a
+ href="http://gcc.gnu.org/wiki/GFortran#download";>the GCC documentation
+ page</a>.</p>
+
  <h2>Usage</h2>
  <p>Here is a short <a href="usage.html">explanation</a> on how to invoke and
  use the compiler once you have built it (or downloaded the binary).</p>


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