summaryrefslogtreecommitdiff
path: root/doc/code.html
diff options
context:
space:
mode:
authorDevon H. O'Dell <devon.odell@gmail.com>2009-12-11 12:48:55 -0800
committerDevon H. O'Dell <devon.odell@gmail.com>2009-12-11 12:48:55 -0800
commit23f04b0de8489d82723b18d82683ba4e3caa47e5 (patch)
treef4de7fa429ec0cdbd0b4b1ae23929f40d24476b6 /doc/code.html
parentd19f9602b7fb9cba9551a9195704ffa1b33444b9 (diff)
downloadgolang-23f04b0de8489d82723b18d82683ba4e3caa47e5.tar.gz
Add a Makefile in place of all.bash. Update docs to reflect
this change. R=rsc CC=golang-dev http://codereview.appspot.com/171048 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'doc/code.html')
-rw-r--r--doc/code.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/code.html b/doc/code.html
index 178fca131..6e32a3d30 100644
--- a/doc/code.html
+++ b/doc/code.html
@@ -130,8 +130,8 @@ cd $GOROOT/src/pkg
</pre>
<p>
to update the dependency file <code>Make.deps</code>.
-(This happens automatically each time you run <code>all.bash</code>
-or <code>make.bash</code>.)
+(This happens automatically each time you run <code>make all</code>
+or <code>make build</code>.)
</p>
<p>