aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-02 21:07:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-02 21:07:10 +1200
commit78a853300ef1d0ea1da313d781bb251beb8e51a6 (patch)
tree7037358f8e8f563f9e25178be8ba2983b5c8ecee /Makefile
parentUse full commands in buffer cycle mappings (diff)
downloaddotfiles-78a853300ef1d0ea1da313d781bb251beb8e51a6.tar.gz
dotfiles-78a853300ef1d0ea1da313d781bb251beb8e51a6.zip
Rebuild help tags after installing bundle
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b494a91..3718e2e5 100644
--- a/Makefile
+++ b/Makefile
@@ -522,6 +522,7 @@ install-vim-bundle: install-vim-config
find vim/bundle/*/*/* \
-type f -exec sh -c \
'cp -p -- "$$1" $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \;
+ vim -eT dumb -c 'helptags $(VIMDIR)/doc' -c quit
install-vim-compiler:
mkdir -p -- $(VIMDIR)/compiler