From fc20bfd4f16bab3dc207923c343f3e9bb5a924cb Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Tue, 25 Nov 2014 16:54:30 -0800 Subject: [PATCH] Clarify where result goes, and supported formats of generate task. [ci skip] --- guides/Rakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]} -- GitLab