* routine commit

* starting support of imported objective-c bundle
This commit is contained in:
capitaomorte
2010-07-26 17:11:36 +00:00
parent ae06e0dac8
commit 8ce50e6767
7 changed files with 59709 additions and 67 deletions

View File

@@ -16,7 +16,7 @@ task :bundle do
end
desc "generate bundle file for textmate snippets."
task :textmate_bundle do
task :textmate_bundle => [:convert] do
sh 'emacs --batch -l yasnippet.el --eval "(yas/compile-textmate-bundle)"'
sh "tar czf pkg/yasnippet-textmate-bundle-#{$version}.el.tgz yasnippet-textmate-bundle.el"
end