
task 'doc' do
    if !system('webgen')
        raise "webgen generation failed"
    end
end
task 'default' => 'doc'

