mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 11:38:49 +01:00
10 lines
No EOL
309 B
Ruby
10 lines
No EOL
309 B
Ruby
require File.expand_path(File.dirname(__FILE__) + '/testing/plugit_descriptor')
|
|
|
|
require 'rake/rdoctask'
|
|
Rake::RDocTask.new(:doc) do |r|
|
|
r.title = "Rails Scenarios Plugin"
|
|
r.main = "README"
|
|
r.options << "--line-numbers"
|
|
r.rdoc_files.include("README", "LICENSE", "lib/**/*.rb")
|
|
r.rdoc_dir = "doc"
|
|
end |