Hello adg (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
LGTM Thanks. On 27 April 2011 11:26, <rsc@golang.org> wrote: > Reviewers: adg, > > Message: > Hello adg (cc: golang-dev@googlegroups.com), > > I'd like you to review this change to > https://go.googlecode.com/hg/ > > > Description: > doc: mention make version in install.html > > Fixes issue 1531. > > Please review this at http://codereview.appspot.com/4442088/ > > Affected files: > M doc/install.html > > > Index: doc/install.html > =================================================================== > --- a/doc/install.html > +++ b/doc/install.html > @@ -80,7 +80,7 @@ > <li>GCC, > <li>the standard C libraries, > <li>the parser generator Bison, > -<li><tt>make</tt>, > +<li>GNU <tt>make</tt> (version 3.81 or later), > <li><tt>awk</tt>, and > <li>the text editor <tt>ed</tt>. > </ul> > > >
*** Submitted as http://code.google.com/p/go/source/detail?r=7f2899bf1256 *** doc: mention make version in install.html Fixes issue 1531. R=adg CC=golang-dev http://codereview.appspot.com/4442088