summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-06-13 20:36:10 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-06-13 20:36:10 +0900
commit40b92e35293d7d1bfbffee2efd2eac2cfe7f105a (patch)
tree9f79ec1255d90650ccb3d6cc8673fd7265da15df /Rakefile
parent17da8f3c996fd3085dc2d3662a0a1c8d62e4abb4 (diff)
parent502baaba399ce4e65b60e60470b51d2c550b594a (diff)
downloadmruby-40b92e35293d7d1bfbffee2efd2eac2cfe7f105a.tar.gz
mruby-40b92e35293d7d1bfbffee2efd2eac2cfe7f105a.zip
Merge pull request #2392 from take-cheeze/doc_update
Update document and add :doc task.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 681c20d05..135c7a6a2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -123,3 +123,8 @@ task :deep_clean => ["clean"] do
end
puts "Cleaned up mrbgems build folder"
end
+
+desc 'generate document'
+task :doc do
+ load "#{MRUBY_ROOT}/doc/language/generator.rb"
+end