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] Update codingconventions.html


Per Joseph's request I updated codingconventions.html to reflect that we use CVS mainline automake. I also listed the other scripts we use.

Validated and Committed

Kelley Cook
Index: codingconventions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.37
diff -p -u -d -r1.37 codingconventions.html
--- codingconventions.html	27 Aug 2004 16:13:32 -0000	1.37
+++ codingconventions.html	23 Sep 2004 01:38:59 -0000
@@ -437,9 +437,9 @@ When you check in a patch to one of thes
 the src tree too, or ask someone else with CVS write access there to
 do so.</li>
 
-<li>Top-level depcomp, install-sh, missing, and mkinstalldirs:  These are
-copied from automake, using
-<code>automake-1.7 --add-missing --copy --force-missing</code>.</li>
+<li>Top-level compile, depcomp, install-sh, missing, mkinstalldirs,
+symlink-tree and ylwrap:  These are copied from CVS mainline automake, using
+<code>automake --add-missing --copy --force-missing</code>.</li>
 
 <li>fastjar: The master sources are at <a
 href="http://fastjar.sourceforge.net/";>fastjar.sourceforge.net</a>.

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