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
committerRuss Cox <rsc@golang.org>2009-12-11 12:48:55 -0800
commitddde7f6625318ce22b27ff729d8bdc527fcc16ff (patch)
tree9bd518478ff9592eabc88fbf8105d2cc93825b87 /doc/code.html
parent7835b7994ee1c434e9e45d9b7b464ffbc4f77362 (diff)
downloadgo-git-ddde7f6625318ce22b27ff729d8bdc527fcc16ff.tar.gz
Add a Makefile in place of all.bash. Update docs to reflect
this change. R=rsc CC=golang-dev https://golang.org/cl/171048
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 178fca131f..6e32a3d309 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>