diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2008-06-22 10:38:25 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2008-06-22 10:38:25 -0700 |
commit | a02d672cd7aead8a24e3b10a6b8e12dd91ee0a49 (patch) | |
tree | 0abda7b991c492218bfaffc9413fc1681833b5ac /activesupport/Rakefile | |
parent | f4ccc179530d5b9436da87d3c221dfa8fa89119a (diff) | |
download | rails-a02d672cd7aead8a24e3b10a6b8e12dd91ee0a49.tar.gz rails-a02d672cd7aead8a24e3b10a6b8e12dd91ee0a49.tar.bz2 rails-a02d672cd7aead8a24e3b10a6b8e12dd91ee0a49.zip |
Horo rdoc template
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r-- | activesupport/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile index 74d2750011..f2885c69a4 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -33,7 +33,7 @@ Rake::RDocTask.new { |rdoc| rdoc.title = "Active Support -- Utility classes and standard library extensions from Rails" rdoc.options << '--line-numbers' << '--inline-source' rdoc.options << '--charset' << 'utf-8' - rdoc.template = "#{ENV['template']}.rb" if ENV['template'] + rdoc.template = ENV['template'] ? "#{ENV['template']}.rb" : '../doc/template/horo' rdoc.rdoc_files.include('README', 'CHANGELOG') rdoc.rdoc_files.include('lib/active_support.rb') rdoc.rdoc_files.include('lib/active_support/**/*.rb') |