diff options
author | Zachary Scott <e@zzak.io> | 2014-11-25 16:54:30 -0800 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-11-25 16:54:30 -0800 |
commit | fc20bfd4f16bab3dc207923c343f3e9bb5a924cb (patch) | |
tree | faf05835459cb39d4038231d149e5d7580cee0ee /guides | |
parent | 75eacb00e0a5b23dca4f067dacafecddcb41b04a (diff) | |
download | rails-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')
-rw-r--r-- | guides/Rakefile | 4 |
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]} |