diff options
author | David Robillard <d@drobilla.net> | 2009-07-09 04:44:34 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-07-09 04:44:34 +0000 |
commit | c8c4f52cc9130a349be2cefd4a3199729bef1bb9 (patch) | |
tree | f5c7e271a6e6cedcc185069e3a1de03ddcf062a2 /Makefile | |
parent | d1f38c9f27ff1a0208884058d3c8450650703ee9 (diff) | |
download | resp-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-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |