diff --git a/Rakefile b/Rakefile index 94ec2df0f..602386729 100644 --- a/Rakefile +++ b/Rakefile @@ -26,3 +26,5 @@ namespace :book do puts " -- PDF output at progit.pdf" end end + +task :default => "book:build"