This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: The etc/ directory in GCC
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: The etc/ directory in GCC
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Mon, 30 Oct 2000 10:47:09 +0000 (GMT)
- cc: <gcc at gcc dot gnu dot org>, Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
On Mon, 30 Oct 2000, Mark Mitchell wrote:
> Joseph> The GCC source tree includes an etc/ directory...
>
> Nuke it. We should make a link to the GNU coding standards page from
Done.
> our web site so that it's easily accessible, and up to date. Gerald,
> would you mind taking care of that when you get back from vacation?
There's already a link from contribute.html; I installed as obvious the
following patch to update it to refer to the current hostname www.gnu.org
(though the old www.gnu.ai.mit.edu hostname still works).
Index: contribute.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/contribute.html,v
retrieving revision 1.26
diff -u -r1.26 contribute.html
--- contribute.html 2000/10/13 23:54:30 1.26
+++ contribute.html 2000/10/30 10:39:41
@@ -19,7 +19,7 @@
<h2>Coding Standards</h2>
<p>All contributions must conform to the <a
- href="http://www.gnu.ai.mit.edu/prep/standards_toc.html">GNU Coding
+ href="http://www.gnu.org/prep/standards_toc.html">GNU Coding
Standards</a>. Submissions which do not conform to the standards will
be returned with a request to reformat the changes.
--
Joseph S. Myers
jsm28@cam.ac.uk