Skip to content

Commit

Permalink
Get rid of RDoc task.
Browse files Browse the repository at this point in the history
  • Loading branch information
voxik committed Apr 16, 2012
1 parent feb0cbb commit b220d0c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Rakefile
Expand Up @@ -10,13 +10,3 @@ RSpec::Core::RakeTask.new(:spec) do |spec|
end end


task :default => :spec task :default => :spec

require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""

rdoc.rdoc_dir = 'rdoc'
rdoc.title = "abrt #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end

0 comments on commit b220d0c

Please sign in to comment.