diff options
| author | Devon H. O'Dell <devon.odell@gmail.com> | 2009-12-11 12:48:55 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-12-11 12:48:55 -0800 |
| commit | ddde7f6625318ce22b27ff729d8bdc527fcc16ff (patch) | |
| tree | 9bd518478ff9592eabc88fbf8105d2cc93825b87 /doc/code.html | |
| parent | 7835b7994ee1c434e9e45d9b7b464ffbc4f77362 (diff) | |
| download | go-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.html | 4 |
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> |
