mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Added gist-vim
This commit is contained in:
11
sources_non_forked/gist-vim/Makefile
Normal file
11
sources_non_forked/gist-vim/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
all : gist-vim.zip
|
||||
|
||||
remove-zip:
|
||||
-rm -f doc/tags
|
||||
-rm -f gist-vim.zip
|
||||
|
||||
gist-vim.zip: remove-zip
|
||||
zip -r gist-vim.zip autoload plugin doc README.mkd
|
||||
|
||||
release: gist-vim.zip
|
||||
vimup update-script gist.vim
|
Reference in New Issue
Block a user