Skip to content

Commit

Permalink
Tetra 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Xe committed Dec 20, 2014
1 parent 9c94d70 commit be61610
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION="Tetra-0.1-`git rev-parse --short HEAD`-`uname`-`uname -m`"
VERSION="Tetra-0.3-`git rev-parse --short HEAD`-`uname`-`uname -m`"

.PHONY: build clean run package docker-build docker-run test pull debug

Expand Down Expand Up @@ -43,14 +43,6 @@ package:
@mkdir -p build/lib
@cp -rf lib build
@echo "Bundling documentation..."
@godoc github.com/coreos/go-etcd/etcd > build/doc/go/external/etcd
@godoc code.google.com/p/go-uuid/uuid > build/doc/go/external/go-uuid
@godoc github.com/sjkaliski/go-yo > build/doc/go/external/go-yo
@godoc github.com/stevedonovan/luar > build/doc/go/external/luar
@godoc github.com/kolo/xmlrpc > build/doc/go/external/xmlrpc
@godoc github.com/coreos/go-etcd > build/doc/go/external/go-etcd
@godoc github.com/codegangsta/cli > build/doc/go/external/cli
@godoc gopkg.in/yaml.v1 > build/doc/go/external/yaml
@godoc . > build/doc/go/main
@godoc ./modules > build/doc/go/modules
@godoc ./atheme > build/doc/go/atheme
Expand Down

0 comments on commit be61610

Please sign in to comment.