summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Sirabella <marco@sirabella.org>2021-04-28 08:53:11 -0400
committerPatrice Clement <monsieurp@gentoo.org>2021-05-02 22:22:28 +0200
commitb94cea8c06bd820ad663acd1695b70df8b8f915b (patch)
treefbb0698db6b6dc49f23952d69e3e30c1228877fa /app-vim/tlib
parentvim-{plugin,spell}: use einstalldocs. (diff)
downloadgentoo-b94cea8c06bd820ad663acd1695b70df8b8f915b.tar.gz
gentoo-b94cea8c06bd820ad663acd1695b70df8b8f915b.tar.bz2
gentoo-b94cea8c06bd820ad663acd1695b70df8b8f915b.zip
app-vim/*: explicity specify DOCS for einstalldocs.
Signed-off-by: Marco Sirabella <marco@sirabella.org> Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/tlib')
-rw-r--r--app-vim/tlib/tlib-1.22.ebuild2
-rw-r--r--app-vim/tlib/tlib-1.23.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/app-vim/tlib/tlib-1.22.ebuild b/app-vim/tlib/tlib-1.22.ebuild
index 1c39dca52f28..8894330256a4 100644
--- a/app-vim/tlib/tlib-1.22.ebuild
+++ b/app-vim/tlib/tlib-1.22.ebuild
@@ -18,6 +18,8 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
S=${WORKDIR}/${MY_P}
+DOCS=( README CHANGES.TXT )
+
src_prepare() {
default
rm -r test samples addon-info.json || die
diff --git a/app-vim/tlib/tlib-1.23.ebuild b/app-vim/tlib/tlib-1.23.ebuild
index eb715c1632e1..de751c8772fc 100644
--- a/app-vim/tlib/tlib-1.23.ebuild
+++ b/app-vim/tlib/tlib-1.23.ebuild
@@ -18,6 +18,8 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
S=${WORKDIR}/${MY_P}
+DOCS=( README CHANGES.TXT )
+
src_prepare() {
default
rm -r test samples addon-info.json || die