aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-07-09 04:44:34 +0000
committerDavid Robillard <d@drobilla.net>2009-07-09 04:44:34 +0000
commitc8c4f52cc9130a349be2cefd4a3199729bef1bb9 (patch)
treef5c7e271a6e6cedcc185069e3a1de03ddcf062a2 /Makefile
parentd1f38c9f27ff1a0208884058d3c8450650703ee9 (diff)
downloadresp-c8c4f52cc9130a349be2cefd4a3199729bef1bb9.tar.gz
resp-c8c4f52cc9130a349be2cefd4a3199729bef1bb9.tar.bz2
resp-c8c4f52cc9130a349be2cefd4a3199729bef1bb9.zip
Add vim support files (indentation and syntax).
git-svn-id: http://svn.drobilla.net/resp/tuplr@187 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 39bb682..2915c8a 100644
--- a/Makefile
+++ b/Makefile
@@ -49,3 +49,8 @@ check:
doc:
doxygen ./tuplr.dox
+
+install-support:
+ install -d ~/.vim/indent ~/.vim/syntax
+ install -m 644 ./support/vim/indent/tuplr.vim ~/.vim/indent/tuplr.vim
+ install -m 644 ./support/vim/syntax/tuplr.vim ~/.vim/syntax/tuplr.vim