Adding new stuff
This commit is contained in:
parent
0074feeaf2
commit
57684cdc5c
1582 changed files with 205558 additions and 0 deletions
11
vim-plugins/bundle/emmet-vim/Makefile
Normal file
11
vim-plugins/bundle/emmet-vim/Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
all : emmet-vim.zip
|
||||
|
||||
remove-zip:
|
||||
-rm doc/tags
|
||||
-rm emmet-vim.zip
|
||||
|
||||
emmet-vim.zip: remove-zip
|
||||
zip -r emmet-vim.zip autoload plugin doc
|
||||
|
||||
release: emmet-vim.zip
|
||||
vimup update-script emmet.vim
|
||||
Loading…
Add table
Add a link
Reference in a new issue