diff options
Diffstat (limited to 'app-vim/vim-go/vim-go-1.13.ebuild')
-rw-r--r-- | app-vim/vim-go/vim-go-1.13.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-vim/vim-go/vim-go-1.13.ebuild b/app-vim/vim-go/vim-go-1.13.ebuild index 13ca24a19263..ad5a3b542300 100644 --- a/app-vim/vim-go/vim-go-1.13.ebuild +++ b/app-vim/vim-go/vim-go-1.13.ebuild @@ -16,6 +16,8 @@ VIM_PLUGIN_HELPFILES="${PN}" RESTRICT="test" +DOCS=( README.md CHANGELOG.md ) + src_compile() { # safely skip `make test` triggered by `make` as it runs `go get` commands # TODO: see :GoInstallBinaries (https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt) |