almost finished with the readme. At what point do we begin splitting them into chapters

This commit is contained in:
Joe O'Brien
2009-01-26 15:23:13 -05:00
parent 100c0cf378
commit 9cf8de55e4
2 changed files with 78 additions and 12 deletions

View File

@@ -1,7 +1,14 @@
require 'rubygems'
require 'rake/rdoctask'
task :default => :walk_the_path
task :walk_the_path do
cd 'koans'
ruby 'path_to_enlightenment.rb'
end
end
Rake::RDocTask.new do |rd|
rd.main = "README.rdoc"
rd.rdoc_files.include("README.rdoc", "koans/*.rb")
end