aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-10-13 15:16:06 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-10-13 15:16:06 +1300
commitdf94a0a9ab530d30ee59679ca1969a3ee66e24b8 (patch)
tree2c4651892dff520845d563dac3105b1ae64326b8
parentmark-directories already the default (diff)
downloaddotfiles-df94a0a9ab530d30ee59679ca1969a3ee66e24b8.tar.gz
dotfiles-df94a0a9ab530d30ee59679ca1969a3ee66e24b8.zip
Separate .vimrc and .gvimrc Makefile targets
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1792a89d..5231fc27 100644
--- a/Makefile
+++ b/Makefile
@@ -143,8 +143,13 @@ install-vim : install-vim-config \
install-vim-plugins \
install-vim-pathogen
+install-gvim : install-vim \
+ install-gvim-config
+
install-vim-config :
install -m 0644 -- vim/vimrc "$(HOME)"/.vimrc
+
+install-gvim-config :
install -m 0644 -- vim/gvimrc "$(HOME)"/.gvimrc
install-vim-plugins : install-vim-config