mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-20 00:36:09 +01:00
0.1.0 Initial Commit
This commit is contained in:
11
.vim_runtime/sources_non_forked/gist-vim/Makefile
Normal file
11
.vim_runtime/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