go install
With previous version, `go install` automatically picks up package `man` and installs `gen.go` as `main` to the $GOPATH/bin which is not what is expected. Move man page generator to separate private folder.