Skip to content

Commit

Permalink
update to darkfish template
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Feb 8, 2009
1 parent dbedf00 commit e616d67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tasks/config.rb
Expand Up @@ -85,7 +85,7 @@
files Configuration.for('packaging').files.rdoc
main_page files.first
title Configuration.for('project').name
options %w[ --line-numbers --inline-source ] #-f darkfish ]
options %w[ --line-numbers --inline-source -T darkfish ]
output_dir "doc"
}

Expand Down
5 changes: 2 additions & 3 deletions tasks/documentation.rake
Expand Up @@ -8,9 +8,8 @@ if rdoc_config = Configuration.for_if_exist?('rdoc') then

namespace :doc do

require 'rdoc'
require 'rake/rdoctask'
#gem 'darkfish-rdoc'
#require 'darkfish-rdoc'

# generating documentation locally
Rake::RDocTask.new do |rdoc|
Expand All @@ -19,7 +18,7 @@ if rdoc_config = Configuration.for_if_exist?('rdoc') then
rdoc.rdoc_files = rdoc_config.files
rdoc.title = rdoc_config.title
rdoc.main = rdoc_config.main_page
end
end

if rubyforge_config = Configuration.for_if_exist?('rubyforge') then
desc "Deploy the RDoc documentation to #{rubyforge_config.rdoc_location}"
Expand Down

0 comments on commit e616d67

Please sign in to comment.