Skip to content

Commit

Permalink
fixed bad reference to README.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rsl committed Sep 23, 2008
1 parent f2aa711 commit 79fc8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -17,6 +17,6 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'doc'
rdoc.title = 'ActsAsSnook'
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 comments on commit 79fc8c1

Please sign in to comment.