Skip to content
Snippets Groups Projects
Commit 59471f96 authored by Alex Reisner's avatar Alex Reisner
Browse files

Fix 'rake rdoc' task after renaming README to README.rdoc.

parent 5d6d3c7d
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,6 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'Geocoder'
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.rdoc_files.include('README')
rdoc.rdoc_files.include('README.rdoc')
rdoc.rdoc_files.include('lib/**/*.rb')
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment