Rakefile in ruby-vpi-11.0.0 vs Rakefile in ruby-vpi-11.1.0

- old
+ new

@@ -138,11 +138,10 @@ Rake::RDocTask.new 'ref/ruby' do |t| t.rdoc_dir = t.name t.title = "#{PROJECT_NAME}: #{PROJECT_SUMMARY}" t.options.concat %w(--charset utf-8 --line-numbers) t.rdoc_files.include '{bin,lib/**}/*.rb' - t.main = 'SWIG::TYPE_p_unsigned_int' end directory 'ref/c' CLOBBER.include 'ref/c' @@ -185,10 +184,10 @@ desc "Prepare distribution information." task :dist_info => distDocs desc "Prepare for distribution." -task :dist => ['ext', :doc, :dist_info] do |t| +task :dist => ['ext', 'ref', :doc, :dist_info] do |t| cd 'ext' do sh 'rake swig' end end