aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 \