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]

Re: CPP documentation


On Sun, 24 Mar 2002, Andrea 'Fyre Wyzard' Bocci wrote:
> Would it be sensible to link to at least the PS documentation for CPP
> 3.03/3.04, even if the HTML version is not available ?

Yes, thanks for the patch.

> Just in case, here's a patch for it.

The first part of the patch wasn't correct, for you referred to the 3.0.3
manual from the 3.0.4 section; I fixed this and committed the patch below.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.33
diff -u -3 -p -r1.33 index.html
--- index.html	2002/03/22 19:55:27	1.33
+++ index.html	2002/03/25 11:27:23
@@ -30,6 +30,9 @@
          3.0.4 GCJ Manual</a> (<a
          href="http://gcc.gnu.org/onlinedocs/gcc-3.0.4/gcj.ps.gz";>also
          in PostScript</a>)</li>
+    <li>GCC 3.0.4 CPP Manual (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.0.4/cpp.ps.gz";>only
+         in PostScript</a>)</li>
   </ul></li>

   <li>GCC 3.0.3 manuals:
@@ -46,12 +49,9 @@
          3.0.3 GCJ Manual</a> (<a
          href="http://gcc.gnu.org/onlinedocs/gcc-3.0.3/gcj.ps.gz";>also
          in PostScript</a>)</li>
-<!--
-    <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.0.3/cpp.html";>GCC
-         3.0.3 CPP Manual</a> (<a
-         href="http://gcc.gnu.org/onlinedocs/gcc-3.0.3/cpp.ps.gz";>also
+    <li>GCC 3.0.3 CPP Manual (<a
+         href="http://gcc.gnu.org/onlinedocs/gcc-3.0.3/cpp.ps.gz";>only
          in PostScript</a>)</li>
--->
   </ul></li>
   <li>GCC 3.0.2 manuals:
   <ul>



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