Skip to content

Commit cc6c457

Browse files
committed
Updated rake:rdoc task.
Changed "README" -> "README.rdoc".
1 parent 4a0b690 commit cc6c457

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ RDoc::Task.new("rdoc") do |rdoc|
7474
# Show source inline with line numbers
7575
rdoc.options << "--line-numbers"
7676
# Make the readme file the start page for the generated html
77-
rdoc.options << '--main' << 'README'
77+
rdoc.options << '--main' << 'README.rdoc'
7878
rdoc.rdoc_files.include('doc/*.rdoc',
7979
'ext/**/*.c',
8080
'lib/**/*.rb',
8181
'CHANGES',
82-
'README',
82+
'README.rdoc',
8383
'LICENSE')
8484
end
8585

0 commit comments

Comments
 (0)