From 459522d6b2e04763c5fdd2515c58d97513c78bdc Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 24 May 2012 23:21:13 +0900 Subject: use fromdos. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d5ed5af..5f8ad54 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ remove-zip: -rm sonictemplate-vim.zip sonictemplate-vim.zip: remove-zip - find template -type f -exec -print | xargs dos2unix --d2u + find template -type f -print | xargs fromdos zip -r sonictemplate-vim.zip autoload plugin doc template release: sonictemplate-vim.zip -- cgit v1.2.3-54-g00ecf