mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 17:39:54 +08:00
I've forgotten that I removed 'bundle exec' experimentally
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -196,6 +196,6 @@ namespace :doc do
|
||||
docset_files = Dir.glob(File.join(DOCSET_RUBY_FILES_DIR, '*.rb')).join(" ")
|
||||
|
||||
FileUtils.rm_rf OUTPUT_DIR
|
||||
sh "cd vm; yardoc -o ../#{OUTPUT_DIR} #{rubymotion_files} #{docset_files}"
|
||||
sh "cd vm; bundle exec yardoc -o ../#{OUTPUT_DIR} #{rubymotion_files} #{docset_files}"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user