Skip to content

Commit

Permalink
Use sdoc for documentation, it's awesome!
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Apr 15, 2009
1 parent f83d8d5 commit 1563bb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -3,6 +3,7 @@ require 'rake/gempackagetask'
require 'rake/rdoctask'
gem 'rdoc', '>=2.4.0'
require 'rdoc'
require 'sdoc'

require 'spec/rake/spectask'
require 'cucumber/rake/task'
Expand Down Expand Up @@ -43,6 +44,7 @@ end
Rake::RDocTask.new do |rd|
rd.main = "README.rdoc"
rd.title = "CarrierWave"
rd.template = 'direct'
rd.options << "--diagram" if ENV["DIAGRAM"]
rd.rdoc_dir = File.join(File.dirname(__FILE__), 'doc')
rd.rdoc_files.include("README.rdoc", "LICENSE", "TODO", 'lib/carrierwave/**/*.rb')
Expand Down

0 comments on commit 1563bb6

Please sign in to comment.