Rakefile in jekyll-0.2.1 vs Rakefile in jekyll-0.3.0

- old
+ new

@@ -16,6 +16,9 @@ namespace :convert do desc "Migrate from mephisto in the current directory" task :mephisto do sh %q(ruby -r './lib/jekyll/converters/mephisto' -e 'Jekyll::Mephisto.postgres(:database => "#{ENV["DB"]}")') end + task :mt do + sh %q(ruby -r './lib/jekyll/converters/mt' -e 'Jekyll::MT.process("#{ENV["DB"]}", "#{ENV["USER"]}", "#{ENV["PASS"]}")') + end end