aboutsummaryrefslogtreecommitdiffstats
path: root/guides/Rakefile
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-11-25 16:54:30 -0800
committerZachary Scott <e@zzak.io>2014-11-25 16:54:30 -0800
commitfc20bfd4f16bab3dc207923c343f3e9bb5a924cb (patch)
treefaf05835459cb39d4038231d149e5d7580cee0ee /guides/Rakefile
parent75eacb00e0a5b23dca4f067dacafecddcb41b04a (diff)
downloadrails-fc20bfd4f16bab3dc207923c343f3e9bb5a924cb.tar.gz
rails-fc20bfd4f16bab3dc207923c343f3e9bb5a924cb.tar.bz2
rails-fc20bfd4f16bab3dc207923c343f3e9bb5a924cb.zip
Clarify where result goes, and supported formats of generate task.
[ci skip]
Diffstat (limited to 'guides/Rakefile')
-rw-r--r--guides/Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/Rakefile b/guides/Rakefile
index 94d4be8c0a..824bea0b39 100644
--- a/guides/Rakefile
+++ b/guides/Rakefile
@@ -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]}