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/vim-tmux
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/vim-tmux')
-rw-r--r--app-vim/vim-tmux/vim-tmux-3.0.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index a0de84c8678f..e5d150acda38 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -10,3 +10,5 @@ HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain MIT"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+DOCS=( README.md CHANGELOG.md )