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]

wwwdocs PATCH for Re: (ti)c4x maintainer


On Thu, 5 Dec 2002, Hans-Peter Nilsson wrote:
> From <URL:http://gcc.gnu.org/cvswrite.html> (you did read that
> page?):
>
> "Maintainers are free to import files maintained outside the
> tree from their official versions without explicit write
> approval. Such files would include config.guess and config.sub."

Given that even I had forgot this <blush>, here is a patch to add some
cross-referencing.

Installed.

Gerald

Index: codingconventions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.17
diff -u -3 -p -r1.17 codingconventions.html
--- codingconventions.html	13 Sep 2002 21:37:25 -0000	1.17
+++ codingconventions.html	7 Dec 2002 13:49:44 -0000
@@ -331,7 +331,7 @@ noted:</p>
 </ul>


-<h2>Upstream packages</h2>
+<h2 id="upstream">Upstream packages</h2>

 <p>Some files and packages in the CVS tree are imported from elsewhere,
 and we want to minimize divergence from their upstream sources.  The
Index: cvswrite.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvswrite.html,v
retrieving revision 1.50
diff -u -3 -p -r1.50 cvswrite.html
--- cvswrite.html	5 Dec 2002 20:31:21 -0000	1.50
+++ cvswrite.html	7 Dec 2002 13:49:45 -0000
@@ -144,10 +144,10 @@ People interested in when a particular p
 CVS or the <a href="http://gcc.gnu.org/ml/gcc-cvs/";>gcc-cvs</a>
 list.</p>

-<p>Everyone with CVS write access is free to import files maintained outside
-the tree from their official versions without explicit write approval.  Such
-files would include <code>config.guess</code> and
-<code>config.sub</code>.</p>
+<p>Everyone with CVS write access is free to
+<a href="codingconventions.html#upstream">import files maintained outside
+the tree from their official versions</a> without explicit write approval.
+</p>

 <p>Any maintainer with CVS write access may <a href="#branches">create
 and use a branch</a> for development, including outside the parts of


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