aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9052e204..8e537c84 100644
--- a/Makefile
+++ b/Makefile
@@ -586,6 +586,7 @@ install-vim-bundle: install-vim-config
cd vim/bundle && find */*/* \
-type f -exec sh -c \
'cp -p -- "$$1" $(VIMDIR)/"$${1#*/}"' _ {} \;
+ $(VIM) -e -u NONE -c 'helptags $(VIMDIR)/doc' -c quit
install-vim-compiler:
mkdir -p -- $(VIMDIR)/compiler