Skip to content

Commit

Permalink
Rdoc uses hanna-nouveau
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Feb 6, 2013
1 parent 2448705 commit c973190
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -40,6 +40,8 @@ end
RDoc::Task.new do |rdoc| RDoc::Task.new do |rdoc|
rdoc.rdoc_dir = "rdoc" rdoc.rdoc_dir = "rdoc"
rdoc.title = "#{name} #{version}" rdoc.title = "#{name} #{version}"
rdoc.generator = 'hanna'
rdoc.main = 'README.rdoc'
rdoc.rdoc_files.include("README*") rdoc.rdoc_files.include("README*")
rdoc.rdoc_files.include("LICENSE.txt") rdoc.rdoc_files.include("LICENSE.txt")
rdoc.rdoc_files.include("VERSION") rdoc.rdoc_files.include("VERSION")
Expand Down

0 comments on commit c973190

Please sign in to comment.