aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-01-15 16:28:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-01-15 16:28:23 +1300
commit5dc217b6183cfbe811d1329a1807f07f53f4ddd2 (patch)
treeb483b6fdfc39f31b2275a3928316cdaa9011942c /Makefile
parentMerge branch 'release/v4.12.0' into develop (diff)
downloaddotfiles-5dc217b6183cfbe811d1329a1807f07f53f4ddd2.tar.gz
dotfiles-5dc217b6183cfbe811d1329a1807f07f53f4ddd2.zip
Add GVIMRC Makefile variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c7b9ee0..2a5abdbd 100644
--- a/Makefile
+++ b/Makefile
@@ -608,11 +608,13 @@ install-vim-ftplugin:
mkdir -p -- $(VIMDIR)/ftplugin
cp -p -- vim/ftplugin/*.vim $(VIMDIR)/ftplugin
+GVIMRC = $(HOME)/.gvimrc
+
install-vim-gui: install-vim \
install-vim-gui-config
install-vim-gui-config:
- cp -p -- vim/gvimrc $(HOME)/.gvimrc
+ cp -p -- vim/gvimrc $(GVIMRC)
install-vim-indent:
mkdir -p -- $(VIMDIR)/indent