Skip to content

Commit

Permalink
Include *.rdoc in generated docs (esp CHANGELOG).
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Apr 6, 2011
1 parent af261c1 commit 2d07b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Rake::RDocTask.new do |rdoc|

rdoc.rdoc_dir = 'rdoc'
rdoc.title = "geocoder #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('*.rdoc')
rdoc.rdoc_files.include('lib/**/*.rb')
end

0 comments on commit 2d07b5e

Please sign in to comment.