aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-04-13 17:09:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-04-13 17:09:05 +1200
commit50117df81e2b755ca43533c487540fcfc4dd3205 (patch)
treef8c52994d44919d02730e2218d6cf2d7651ad7a7 /Makefile
parentAdd comments that can disable shoal parsing (diff)
downloaddotfiles-50117df81e2b755ca43533c487540fcfc4dd3205.tar.gz
dotfiles-50117df81e2b755ca43533c487540fcfc4dd3205.zip
Give up on Makefile submodule abstraction
Probably not the correct job for it anyway.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/Makefile b/Makefile
index 8e927dcf..e4ffc421 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,6 @@ all : gnupg vim
clean :
rm -f gnupg/gpg.conf
- git submodule deinit --force .
distclean : clean
@@ -52,31 +51,6 @@ gnupg : gnupg/gpg.conf
gnupg/gpg.conf :
m4 -D DOTFILES_HOME="$(HOME)" gnupg/gpg.conf.m4 > gnupg/gpg.conf
-vim : vim-plugins
-
-VIM_PLUGINS = vim/bundle/abolish/.git \
- vim/bundle/argumentative/.git \
- vim/bundle/commentary/.git \
- vim/bundle/ctrlp/.git \
- vim/bundle/exchange/.git \
- vim/bundle/html5/.git \
- vim/bundle/lion/.git \
- vim/bundle/nagios/.git \
- vim/bundle/pathogen/.git \
- vim/bundle/repeat/.git \
- vim/bundle/sahara/.git \
- vim/bundle/surround/.git \
- vim/bundle/tmux/.git \
- vim/bundle/twig/.git \
- vim/bundle/undotree/.git \
- vim/bundle/unimpaired/.git \
- vim/bundle/vimperator/.git
-
-vim-plugins : $(VIM_PLUGINS)
-
-$(VIM_PLUGINS) :
- git submodule update --init "$(@D)"
-
install : install-bash \
install-curl \
install-dircolors \