Sha256: 92d39b316e598f2e1a1cd09673bf5c3990503282b7194ccdd2ccaa44eacebc99

Contents?: true

Size: 260 Bytes

Versions: 9

Compression:

Stored size: 260 Bytes

Contents

#!/usr/bin/env rake
require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.pattern = 'spec/**/*_spec.rb'
end

file 'man/wright.1' => 'man/wright.1.txt' do
  sh 'a2x --format manpage man/wright.1.txt'
end

task build: 'man/wright.1'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wright-0.5.0 Rakefile
wright-0.4.4 Rakefile
wright-0.4.3 Rakefile
wright-0.4.2 Rakefile
wright-0.4.1 Rakefile
wright-0.4.0 Rakefile
wright-0.3.2 Rakefile
wright-0.3.1 Rakefile
wright-0.3.0 Rakefile