1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Import Gemfile and Rakefile of rdoc by tool/sync_default_gems.rb

This commit is contained in:
aycabta 2021-08-10 02:27:55 +09:00
parent 9ed196e487
commit ef6dd407c8

View file

@ -106,6 +106,8 @@ def sync_default_gems(gem)
cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib")
cp_r("#{upstream}/test/rdoc", "test")
cp_r("#{upstream}/rdoc.gemspec", "lib/rdoc")
cp_r("#{upstream}/Gemfile", "lib/rdoc")
cp_r("#{upstream}/Rakefile", "lib/rdoc")
cp_r("#{upstream}/exe/rdoc", "libexec")
cp_r("#{upstream}/exe/ri", "libexec")
parser_files = {