]> Cypherpunks repositories - gostls13.git/commitdiff
godoc: fix build (add Makefile change)
authorRobert Griesemer <gri@golang.org>
Thu, 14 Jul 2011 18:48:23 +0000 (11:48 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 14 Jul 2011 18:48:23 +0000 (11:48 -0700)
R=bradfitz
CC=golang-dev
https://golang.org/cl/4733041

src/cmd/godoc/Makefile

index 06a18be707eafd634957070ac000bc85959ac7c1..69341fa4e63dcc9489e97877b3dca6e0eb253544 100644 (file)
@@ -18,5 +18,6 @@ GOFILES=\
        snippet.go\
        spec.go\
        utils.go\
+       zip.go\
 
 include ../../Make.cmd