We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae8766 commit 07d13a3Copy full SHA for 07d13a3
Rakefile
@@ -49,5 +49,6 @@ RDoc::Task.new do |rdoc|
49
rdoc.rdoc_files.include("*.md", "lib/**/*.rb")
50
rdoc.rdoc_files.exclude("lib/irb/xmp.rb")
51
rdoc.rdoc_dir = "docs"
52
+ rdoc.main = "README.md"
53
rdoc.options.push("--copy-files", "LICENSE.txt")
54
end
0 commit comments