mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-03-29 09:09:07 +08:00
create symbolic link
This commit is contained in:
1
Rakefile
1
Rakefile
@@ -201,6 +201,7 @@ namespace :doc do
|
||||
frameworks = Dir.glob(File.join(OUTPUT_DIR, '*.md')).map{ |x| "../#{x}" }.join(" ")
|
||||
|
||||
sh "#{YARDOC} --title 'RubyMotion API Reference' -o ../#{OUTPUT_DIR} #{rubymotion_files} #{docset_files} - ../doc/RubyMotion.md #{frameworks}"
|
||||
FileUtils.ln "#{OUTPUT_DIR}/_index.html", "#{OUTPUT_DIR}/index.html"
|
||||
end
|
||||
|
||||
namespace :list do
|
||||
|
||||
Reference in New Issue
Block a user