blob: 5f8ad545bd25ee7d63e1e95ea2cc4fbd824df76f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
all : sonictemplate-vim.zip
remove-zip:
-rm doc/tags
-rm sonictemplate-vim.zip
sonictemplate-vim.zip: remove-zip
find template -type f -print | xargs fromdos
zip -r sonictemplate-vim.zip autoload plugin doc template
release: sonictemplate-vim.zip
vimup update-script sonictemplate.vim
|