From c3e6e6ec09ac24c0194e99d5afee39bf7a1c3ead Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 26 Apr 2011 21:39:22 -0400 Subject: doc: mention make version in install.html Fixes #1531. R=adg CC=golang-dev https://golang.org/cl/4442088 --- doc/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.html b/doc/install.html index 843e0645fe..b989416916 100644 --- a/doc/install.html +++ b/doc/install.html @@ -80,7 +80,7 @@ To build it, you need these programs installed:
  • GCC,
  • the standard C libraries,
  • the parser generator Bison, -
  • make, +
  • GNU make (version 3.81 or later),
  • awk, and
  • the text editor ed. -- cgit v1.2.3-54-g00ecf