aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-03-25 16:51:17 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-03-25 16:51:17 +1300
commit620d695d692384a7a51c13cbdde1aada15c65550 (patch)
tree323340cedc4fdd961fb15d7e5d6f00d3c0f92539
parentAbstraction from all target to vim-plugins via vim (diff)
downloaddotfiles-620d695d692384a7a51c13cbdde1aada15c65550.tar.gz
dotfiles-620d695d692384a7a51c13cbdde1aada15c65550.zip
Specify build instructs for all Vim plugins
Necessary to comply with OpenBSD make, I think. A bit less elegant than I'd like but it works.
-rw-r--r--Makefile34
1 files changed, 33 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33d10bdb..caf6a119 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,39 @@ vim-plugins : vim/bundle/abolish/.git \
vim/bundle/unimpaired/.git \
vim/bundle/vimperator/.git
-%/.git : .gitmodules
+vim/bundle/abolish/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/argumentative/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/commentary/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/ctrlp/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/exchange/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/html5/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/lion/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/nagios/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/pathogen/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/repeat/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/sahara/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/surround/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/tmux/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/twig/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/undotree/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/unimpaired/.git : .gitmodules
+ git submodule update --init "$(@D)"
+vim/bundle/vimperator/.git : .gitmodules
git submodule update --init "$(@D)"
install : install-bash \