]> Cypherpunks repositories - gostls13.git/commitdiff
add godoc to clean.bash
authorRob Pike <r@golang.org>
Tue, 16 Jun 2009 20:57:08 +0000 (13:57 -0700)
committerRob Pike <r@golang.org>
Tue, 16 Jun 2009 20:57:08 +0000 (13:57 -0700)
R=rsc
OCL=30361
CL=30361

src/cmd/clean.bash

index 262bcca1fdadb9c053f51c7050a87ee2f162573e..6cd8a2279b56e8158db7cf2ec703af7ad6f0eb58 100644 (file)
@@ -3,7 +3,7 @@
 # Use of this source code is governed by a BSD-style
 # license that can be found in the LICENSE file.
 
-for i in cc 6l 6a 6c 8l 8a 8c 8g 5l 5a 5c 5g gc 6g ar db nm acid cov gobuild godefs prof gotest
+for i in cc 6l 6a 6c 8l 8a 8c 8g 5l 5a 5c 5g gc 6g ar db nm acid cov gobuild godefs godoc prof gotest
 do
        cd $i
        make clean