aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-11-08 18:49:55 +0900
committermattn <mattn.jp@gmail.com>2011-11-08 18:49:55 +0900
commitd317c5f47c3837bb4ae1e2befd9b3d6de5977384 (patch)
tree659c25b69f34ed4181da6ffd8e1bea2336aefa42 /Makefile
parentd0c9e61ccf69fb6c3f7f2877d937c04887dae9d7 (diff)
downloadvim-sonictemplate-d317c5f47c3837bb4ae1e2befd9b3d6de5977384.tar.gz
vim-sonictemplate-d317c5f47c3837bb4ae1e2befd9b3d6de5977384.tar.bz2
vim-sonictemplate-d317c5f47c3837bb4ae1e2befd9b3d6de5977384.zip
fixed indent, fixed key assign.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index df9d88d..d5ed5af 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ remove-zip:
-rm sonictemplate-vim.zip
sonictemplate-vim.zip: remove-zip
+ find template -type f -exec -print | xargs dos2unix --d2u
zip -r sonictemplate-vim.zip autoload plugin doc template
release: sonictemplate-vim.zip