aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-10-28 19:42:31 +0900
committermattn <mattn.jp@gmail.com>2011-10-28 19:42:31 +0900
commit251f2b571dc5e1f4e5bf9bf5d17386988ad93a63 (patch)
tree1afcc27e9b164198561df2168b526fb65661a917 /Makefile
parent8d555102311f2c7c8f827f1133e06da30c85d424 (diff)
downloadvim-sonictemplate-251f2b571dc5e1f4e5bf9bf5d17386988ad93a63.tar.gz
vim-sonictemplate-251f2b571dc5e1f4e5bf9bf5d17386988ad93a63.tar.bz2
vim-sonictemplate-251f2b571dc5e1f4e5bf9bf5d17386988ad93a63.zip
updated.0.01
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
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