aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-23 15:45:54 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-23 15:45:54 +1300
commit3e1078fe385b33afc9bb035d49ed87944e95dd00 (patch)
tree9cf657c7e1e7814476c4622e6968ebc8758300aa
parentMerge branch 'release/v0.26.0' (diff)
downloaddotfiles-3e1078fe385b33afc9bb035d49ed87944e95dd00.tar.gz
dotfiles-3e1078fe385b33afc9bb035d49ed87944e95dd00.zip
Restore install-vim-autoload target
It was mistakenly removed in 3e2740f for v0.26.0.
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c4afdac8..dd1a31f0 100644
--- a/Makefile
+++ b/Makefile
@@ -497,6 +497,7 @@ install-urxvt: urxvt/ext/select
-exec cp -p -- {} $(HOME)/.urxvt/ext \;
install-vim: install-vim-after \
+ install-vim-autoload \
install-vim-bundle \
install-vim-compiler \
install-vim-config \
@@ -524,6 +525,10 @@ install-vim-after-syntax:
mkdir -p $(HOME)/.vim/after/syntax
cp -p -- vim/after/syntax/*.vim $(HOME)/.vim/after/syntax
+install-vim-autoload:
+ mkdir -p -- $(HOME)/.vim/autoload
+ cp -p -- vim/autoload/*.vim $(HOME)/.vim/autoload
+
install-vim-bundle: install-vim-config
find vim/bundle -name .git -prune -o \
-type d -exec sh -c \