We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0b690 commit cc6c457Copy full SHA for cc6c457
1 file changed
Rakefile
@@ -74,12 +74,12 @@ RDoc::Task.new("rdoc") do |rdoc|
74
# Show source inline with line numbers
75
rdoc.options << "--line-numbers"
76
# Make the readme file the start page for the generated html
77
- rdoc.options << '--main' << 'README'
+ rdoc.options << '--main' << 'README.rdoc'
78
rdoc.rdoc_files.include('doc/*.rdoc',
79
'ext/**/*.c',
80
'lib/**/*.rb',
81
'CHANGES',
82
- 'README',
+ 'README.rdoc',
83
'LICENSE')
84
end
85
0 commit comments