Skip to content

Commit

Permalink
Changed output directory for rdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
roidrage committed Jan 22, 2009
1 parent 20b6164 commit 5ae9c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -47,6 +47,7 @@ end

Rake::RDocTask.new do |rd|
rd.main = "README.rdoc"
rd.rdoc_dir = "rdoc"
rd.rdoc_files.exclude("lib/solr/**/*.rb", "lib/solr.rb")
rd.rdoc_files.include("README.rdoc", "lib/**/*.rb")
end

0 comments on commit 5ae9c90

Please sign in to comment.