]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: Update alldocs.go header to point to the correct shell script.
authorDavid Symonds <dsymonds@golang.org>
Mon, 4 May 2015 00:37:34 +0000 (10:37 +1000)
committerDavid Symonds <dsymonds@golang.org>
Mon, 4 May 2015 00:39:45 +0000 (00:39 +0000)
The script was renamed in b3000b6.

Change-Id: I45ecafff7400e4bff14f31906278609abf2bcb9f
Reviewed-on: https://go-review.googlesource.com/9667
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/main.go

index 39233b855b997b1648af6d065524e071f47148fb..e0d4a6c0fecd8e5bfaf0835e7a8be4278a61535b 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// DO NOT EDIT THIS FILE. GENERATED BY mkdoc.sh.
-// Edit the documentation in other files and rerun mkdoc.sh to generate this one.
+// DO NOT EDIT THIS FILE. GENERATED BY mkalldocs.sh.
+// Edit the documentation in other files and rerun mkalldocs.sh to generate this one.
 
 /*
 Go is a tool for managing Go source code.
index eeea4fa561489da1bd7ed12626fca7623a3d5fcd..b0d74484a6ae7372f1433d7af7dbc489cd859251 100644 (file)
@@ -214,8 +214,8 @@ var documentationTemplate = `// Copyright 2011 The Go Authors.  All rights reser
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// DO NOT EDIT THIS FILE. GENERATED BY mkdoc.sh.
-// Edit the documentation in other files and rerun mkdoc.sh to generate this one.
+// DO NOT EDIT THIS FILE. GENERATED BY mkalldocs.sh.
+// Edit the documentation in other files and rerun mkalldocs.sh to generate this one.
 
 /*
 {{range .}}{{if .Short}}{{.Short | capitalize}}