Skip to content

Commit

Permalink
use tenderlove's horo template when generating html rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
monde committed Jul 24, 2010
1 parent 69f39fa commit 47b9c03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
Expand Up @@ -38,5 +38,11 @@ rescue
task :rcov => :check_dependencies
end

RDoc::Task.new do |rdoc|
rdoc.title = "mms2r-#{MMS2R::Media::VERSION}"
rdoc.rdoc_dir = 'doc'
rdoc.options << '-f' << 'horo'
rdoc.options << '--main' << 'README.txt'
end

# vim: syntax=Ruby

0 comments on commit 47b9c03

Please sign in to comment.