diff --git a/tasks/mrbgems.rake b/tasks/mrbgems.rake index 2d670227f..1f3aa0811 100644 --- a/tasks/mrbgems.rake +++ b/tasks/mrbgems.rake @@ -40,4 +40,49 @@ MRuby.each_target do end end end + + # legal documents + self.libmruby << "#{build_dir}/LEGAL" + file "#{build_dir}/LEGAL" => [MRUBY_CONFIG] do |t| + open(t.name, 'w+') do |f| + f.puts <