Sha256: bda9aa49b74069bb615ca93d10a536596024c513b1281eb8021d1aaeb19ad5e5

Contents?: true

Size: 442 Bytes

Versions: 1

Compression:

Stored size: 442 Bytes

Contents

# remove hoe documentation task
Rake::Task['docs'].clear

# make this respond to docs, so it fits in with the rest of the build
Rake::RDocTask.new do |rdoc|
  rdoc.name = :docs
  rdoc.title = "Clevic DB UI builder"
  rdoc.main = 'README.txt'
  rdoc.rdoc_dir = 'doc'
  rdoc.rdoc_files.include %w{History.txt lib/**/*.rb README.txt TODO}
  rdoc.options += [
      '-SHN',
      '-A', 'property=Property',
      "--opname=index.html",
    ]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clevic-0.12.0 tasks/rdoc.rake