Clarify where result goes, and supported formats of generate task.

[ci skip]
This commit is contained in:
Zachary Scott 2014-11-25 16:54:30 -08:00
parent 75eacb00e0
commit fc20bfd4f1
1 changed files with 3 additions and 1 deletions

View File

@ -34,10 +34,12 @@ namespace :guides do
task :help do
puts <<-help
Guides are taken from the source directory, and the resulting HTML goes into the
Guides are taken from the source directory, and the result goes into the
output directory. Assets are stored under files, and copied to output/files as
part of the generation process.
You can generate HTML, Kindle or both formats using the `guides:generate` task.
All this process is handled via rake tasks, here's a full list of them:
#{%x[rake -T]}