diff options
author | Hongli Lai (Phusion) <hongli@phusion.nl> | 2008-07-20 23:38:28 +0200 |
---|---|---|
committer | Hongli Lai (Phusion) <hongli@phusion.nl> | 2008-07-20 23:38:28 +0200 |
commit | ec50757b722851566aa1c87fae5563ee0ce21b2c (patch) | |
tree | f60c7c3ea682543add0ea8ce5c0c818d5c9374ae /railties/Rakefile | |
parent | e2d283543f2092c49d58857a30e05442a7686a36 (diff) | |
download | rails-ec50757b722851566aa1c87fae5563ee0ce21b2c.tar.gz rails-ec50757b722851566aa1c87fae5563ee0ce21b2c.tar.bz2 rails-ec50757b722851566aa1c87fae5563ee0ce21b2c.zip |
Update guide generation task for latest Mizuho commandline options. Add admonition icons for the guides.
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile index 540bce3741..174c85b59a 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -279,7 +279,8 @@ guides.each do |guide_name| output = "doc/guides/#{guide_name}/#{guide_name}.html" guides_html_files << output file output => Dir["doc/guides/#{guide_name}/*.txt"] do - sh "mizuho", input, "--template", "manualsonrails", "--multi" + sh "mizuho", input, "--template", "manualsonrails", "--multi-page", + "--icons-dir", "../icons" end end |