aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: df9d88d760d618a455ca76a44315e9fbd765f1a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
all : sonictemplate-vim.zip

remove-zip:
	-rm doc/tags
	-rm sonictemplate-vim.zip

sonictemplate-vim.zip: remove-zip
	zip -r sonictemplate-vim.zip autoload plugin doc template

release: sonictemplate-vim.zip
	vimup update-script sonictemplate.vim