diff options
Diffstat (limited to 'app-vim/tcomment')
-rw-r--r-- | app-vim/tcomment/tcomment-3.08.1.ebuild | 2 | ||||
-rw-r--r-- | app-vim/tcomment/tcomment-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app-vim/tcomment/tcomment-3.08.1.ebuild b/app-vim/tcomment/tcomment-3.08.1.ebuild index 0e8c814890a6..e602ed813297 100644 --- a/app-vim/tcomment/tcomment-3.08.1.ebuild +++ b/app-vim/tcomment/tcomment-3.08.1.ebuild @@ -22,6 +22,8 @@ LICENSE="GPL-3" VIM_PLUGIN_HELPFILES="${PN}.txt" +DOCS=( CHANGES.TXT ) + src_prepare() { default rm -r README LICENSE.TXT etc spec addon* || die diff --git a/app-vim/tcomment/tcomment-9999.ebuild b/app-vim/tcomment/tcomment-9999.ebuild index 1ac364c516dd..7924fe5a73ec 100644 --- a/app-vim/tcomment/tcomment-9999.ebuild +++ b/app-vim/tcomment/tcomment-9999.ebuild @@ -22,6 +22,8 @@ LICENSE="GPL-3" VIM_PLUGIN_HELPFILES="${PN}.txt" +DOCS=( CHANGES.txt ) + src_prepare() { default rm -r README LICENSE.TXT etc spec addon* || die |