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: faq.html -- remove "How can I get a development environmentfor GCC without using CVS?"


Our FAQ contains lots of questions which are a) no FAQs, and/or
b) properly documented elsewhere.

If you are "authoritative" for one of the areas the FAQ addresses and
want to remove such an entry, please go ahead!

This is my first step:

  Remove "How can I get a development environment for GCC without using
  CVS?"

Gerald

Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v
retrieving revision 1.178
diff -u -3 -p -r1.178 faq.html
--- faq.html	20 Mar 2002 10:12:15 -0000	1.178
+++ faq.html	1 Aug 2002 12:51:20 -0000
@@ -34,7 +34,6 @@ Information page</a>.</p>
      <li><a href="#open-development">What is an open development model?</a></li>
      <li><a href="#bugreport">How do I report a bug?</a></li>
      <li><a href="#support">How do I get a bug fixed or a feature added?</a></li>
-     <li><a href="#noncvs">How can I get a development environment for GCC without using CVS?</a></li>
      <li><a href="#platforms">Does GCC work on my platform?</a></li>
   </ol></li>

@@ -209,14 +208,6 @@ disadvantages.</p>
     benefits of your changes, your code may or may not ever make it
     into an official release of GCC.</li>
 </ul>
-
-<hr />
-
-<h2><a name="noncvs">How can I get a development environment for GCC
-without using CVS?</a></h2>
-
-<p>GCC snapshots are available from the FTP server and its mirrors;
-see the <a href="mirrors.html">GCC mirror list</a>.</p>

 <hr />



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