more document

This commit is contained in:
Zhang Chiyuan
2008-03-20 12:10:13 +00:00
parent 490848d9fe
commit 21c98d141a
5 changed files with 430 additions and 10 deletions

View File

@@ -11,8 +11,7 @@ FileUtils.mkdir_p('pkg')
desc "generate the bundle file."
task :bundle do
sh 'emacs --batch -l yasnippet.el --eval "(yas/compile-bundle ' +
'\"./yasnippet.el\" \"./yasnippet-bundle.el\" \"./snippets\")"'
sh 'emacs --batch -l yasnippet.el --eval "(yas/compile-bundle)"'
sh "tar czf pkg/yasnippet-bundle-#{$version}.el.tgz yasnippet-bundle.el"
end