Sha256: 3f4e81e019dd8a212039c225597ad96fe1437bfa1a305ac23d7f0bac16497122

Contents?: true

Size: 482 Bytes

Versions: 9

Compression:

Stored size: 482 Bytes

Contents

###
# wxRuby3 rake file
# Copyright (c) M.J.N. Corino, The Netherlands
###

require_relative './configure'

namespace :wxruby do

  require_relative './doc'

  task :doc => ['config:bootstrap', File.join(WXRuby3.config.rb_docgen_path, 'window.rb')]

end

directory WXRuby3.config.rb_docgen_path

file File.join(WXRuby3.config.rb_docgen_path, 'window.rb') => [WXRuby3.config.rb_docgen_path, *all_doc_targets]

desc 'Generate documentation stubs for wxRuby'
task :doc => 'wxruby:doc'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wxruby3-0.9.0.pre.rc.3 rakelib/doc.rake
wxruby3-0.9.0.pre.rc.2 rakelib/doc.rake
wxruby3-0.9.0.pre.rc.1 rakelib/doc.rake
wxruby3-0.9.0.pre.beta.14 rakelib/doc.rake
wxruby3-0.9.0.pre.beta.13 rakelib/doc.rake
wxruby3-0.9.0.pre.beta.11 rakelib/doc.rake
wxruby3-0.9.0.pre.beta.10 rakelib/doc.rake
wxruby3-0.9.0.pre.beta.9 rakelib/doc.rake
wxruby3-0.9.0.pre.beta.8 rakelib/doc.rake