X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ca3005b75641664ba9a982a4fa5bb5b871c07d91..d446595f9e690e9f50eeda0f0e144320ccca72dc:/Makefile diff --git a/Makefile b/Makefile index 3772491..9260a52 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VIMDIR=/usr/share/vim +VIMDIR=$(DESTDIR)/usr/share/vim ADDONS=${VIMDIR}/addons REGISTRY=${VIMDIR}/registry @@ -20,6 +20,11 @@ test: build/tabular build/vader.vim test/run-tests.sh .PHONY: test +update: build/tabular build/vader.vim + cd build/tabular && git pull + cd build/vader.vim && git pull +.PHONY: update + build/tabular: | build git clone https://github.com/godlygeek/tabular build/tabular