public
Description: PLEASE CHECK http://github.com/lifo/docrails/wikis
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git
Update guide generation task for latest Mizuho commandline options. Add 
admonition icons for the guides.
Hongli Lai (Phusion) (author)
Sun Jul 20 14:38:28 -0700 2008
commit  ec50757b722851566aa1c87fae5563ee0ce21b2c
tree    f60c7c3ea682543add0ea8ce5c0c818d5c9374ae
parent  e2d283543f2092c49d58857a30e05442a7686a36
...
279
280
281
282
 
 
283
284
285
...
279
280
281
 
282
283
284
285
286
0
@@ -279,7 +279,8 @@ guides.each do |guide_name|
0
   output = "doc/guides/#{guide_name}/#{guide_name}.html"
0
   guides_html_files << output
0
   file output => Dir["doc/guides/#{guide_name}/*.txt"] do
0
- sh "mizuho", input, "--template", "manualsonrails", "--multi"
0
+ sh "mizuho", input, "--template", "manualsonrails", "--multi-page",
0
+ "--icons-dir", "../icons"
0
   end
0
 end
0
 

Comments

    No one has commented yet.