replace bundle compile tool with elisp code

This commit is contained in:
Zhang Chiyuan
2008-03-08 04:48:03 +00:00
parent 52f69ea9a1
commit 5b33a6c8f1
2 changed files with 2 additions and 136 deletions

View File

@@ -4,7 +4,8 @@ require 'fileutils'
desc "generate the bundle file."
task :bundle do
sh "tools/compile.py -i yasnippet.el -o yasnippet-bundle.el snippets"
sh 'emacs --batch -l yasnippet.el --eval "(yas/compile-bundle ' +
'\"./yasnippet.el\" \"./yasnippet-bundle.el\" \"./snippets\")"'
end
desc "create a release package"