From 50117df81e2b755ca43533c487540fcfc4dd3205 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 13 Apr 2015 17:09:05 +1200 Subject: Give up on Makefile submodule abstraction Probably not the correct job for it anyway. --- Makefile | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3