Bunch of changes inspired by r00k
This commit is contained in:
11
vim/bundle/webapi-vim/Makefile
Normal file
11
vim/bundle/webapi-vim/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
all : webapi-vim.zip
|
||||
|
||||
remove-zip:
|
||||
-rm -f doc/tags
|
||||
-rm -f webapi-vim.zip
|
||||
|
||||
webapi-vim.zip: remove-zip
|
||||
zip -r webapi-vim.zip autoload doc README
|
||||
|
||||
release: webapi-vim.zip
|
||||
vimup update-script webapi.vim
|
||||
Reference in New Issue
Block a user