Skip to content

Commit 5277c1a

Browse files
committed
Merge pull request #256 from sadfuzzy/patch-1
Default rake task is 'book:build'.
2 parents e2978f6 + 338f2f2 commit 5277c1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ namespace :book do
2626
puts " -- PDF output at progit.pdf"
2727
end
2828
end
29+
30+
task :default => "book:build"

0 commit comments

Comments
 (0)