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