diff options
author | Marco Sirabella <marco@sirabella.org> | 2021-04-28 08:53:11 -0400 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2021-05-02 22:22:28 +0200 |
commit | b94cea8c06bd820ad663acd1695b70df8b8f915b (patch) | |
tree | fbb0698db6b6dc49f23952d69e3e30c1228877fa /app-vim/ctrlp | |
parent | vim-{plugin,spell}: use einstalldocs. (diff) | |
download | gentoo-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/ctrlp')
-rw-r--r-- | app-vim/ctrlp/ctrlp-1.80.ebuild | 2 | ||||
-rw-r--r-- | app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app-vim/ctrlp/ctrlp-1.80.ebuild b/app-vim/ctrlp/ctrlp-1.80.ebuild index 2c42572f0e5a..fd21dc094c51 100644 --- a/app-vim/ctrlp/ctrlp-1.80.ebuild +++ b/app-vim/ctrlp/ctrlp-1.80.ebuild @@ -14,3 +14,5 @@ KEYWORDS="amd64 x86" S="${WORKDIR}/${PN}.vim-${PV}" VIM_PLUGIN_HELPFILES="${PN}.txt" + +DOCS=( readme.md ) diff --git a/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild b/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild index cf9b207e7672..482a0edd731a 100644 --- a/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild +++ b/app-vim/ctrlp/ctrlp-1.80_p20180418.ebuild @@ -15,3 +15,5 @@ LICENSE="vim" KEYWORDS="~amd64 ~x86" VIM_PLUGIN_HELPFILES="${PN}.txt" + +DOCS=( readme.md ) |