diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-15 10:55:46 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-15 10:55:46 +0900 |
| commit | 5138f62d6ba666dc0cb43618f407701b0414040e (patch) | |
| tree | 6847b42135cba62a7ef7f4e359647122d1be173a /doc/language/generator.rb | |
| parent | 6e0c48d7584d27883d8fb7e5c6fe8eb6f1db0a91 (diff) | |
| parent | f3f99fa2cde9b05fde3fa5e4317ed7dc5e81aea8 (diff) | |
| download | mruby-5138f62d6ba666dc0cb43618f407701b0414040e.tar.gz mruby-5138f62d6ba666dc0cb43618f407701b0414040e.zip | |
resolve conflict
Diffstat (limited to 'doc/language/generator.rb')
| -rwxr-xr-x | doc/language/generator.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/language/generator.rb b/doc/language/generator.rb new file mode 100755 index 000000000..9bc907ece --- /dev/null +++ b/doc/language/generator.rb @@ -0,0 +1,7 @@ +#!/usr/bin/env ruby + +c_dir = File.dirname(__FILE__) +MRUBY_ROOT = File.expand_path("#{c_dir}/../..") +DOC_DIR = File.expand_path(c_dir) + +puts `#{DOC_DIR}/mrbdoc/mrbdoc.rb #{MRUBY_ROOT} #{DOC_DIR}` |
