summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-04-26 21:39:22 -0400
committerRuss Cox <rsc@golang.org>2011-04-26 21:39:22 -0400
commit1a66f6e49b09e17cd7c364e253096d116e1c17d7 (patch)
tree6ca8278e3c770c436c294906dc5ee497d25199b9
parent99f2ac8bcee3853c1613bdabeecabe122c1375ac (diff)
downloadgo-1a66f6e49b09e17cd7c364e253096d116e1c17d7.tar.gz
doc: mention make version in install.html
Fixes issue 1531. R=adg CC=golang-dev http://codereview.appspot.com/4442088
-rw-r--r--doc/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index 843e0645f..b98941691 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -80,7 +80,7 @@ To build it, you need these programs installed:
<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>