diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-28 19:42:31 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-28 19:42:31 +0900 |
commit | 251f2b571dc5e1f4e5bf9bf5d17386988ad93a63 (patch) | |
tree | 1afcc27e9b164198561df2168b526fb65661a917 /Makefile | |
parent | 8d555102311f2c7c8f827f1133e06da30c85d424 (diff) | |
download | vim-sonictemplate-251f2b571dc5e1f4e5bf9bf5d17386988ad93a63.tar.gz vim-sonictemplate-251f2b571dc5e1f4e5bf9bf5d17386988ad93a63.tar.bz2 vim-sonictemplate-251f2b571dc5e1f4e5bf9bf5d17386988ad93a63.zip |
updated.0.01
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..df9d88d --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +all : sonictemplate-vim.zip + +remove-zip: + -rm doc/tags + -rm sonictemplate-vim.zip + +sonictemplate-vim.zip: remove-zip + zip -r sonictemplate-vim.zip autoload plugin doc template + +release: sonictemplate-vim.zip + vimup update-script sonictemplate.vim |