summaryrefslogtreecommitdiff
path: root/eclass/vim-spell.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/vim-spell.eclass')
-rw-r--r--eclass/vim-spell.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/vim-spell.eclass b/eclass/vim-spell.eclass
index f762a6bfd315..baf77221bc97 100644
--- a/eclass/vim-spell.eclass
+++ b/eclass/vim-spell.eclass
@@ -119,9 +119,7 @@ vim-spell_src_install() {
fi
done
- for f in README*; do
- dodoc "${f}"
- done
+ einstalldocs
[[ -z "${had_spell_file}" ]] && die "Didn't install any spell files?"
}