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
Convert 'creating plugins' guide to asciidoc format.
Hongli Lai (Phusion) (author)
Sun Jul 20 08:55:27 -0700 2008
commit  90f8b192f70a3560f6f86e8eb73432011364ac5d
tree    dac4d280b839b18f94d9284bd93f9c30f7ed84ce
parent  48ab28299a20c00f8c216a335c8c338fd8c34f3c
...
272
273
274
275
 
276
277
278
279
280
281
 
282
283
284
...
272
273
274
 
275
276
277
278
279
280
 
281
282
283
284
0
@@ -272,13 +272,13 @@ Rake::RDocTask.new { |rdoc|
0
   rdoc.rdoc_files.include('lib/commands/**/*.rb')
0
 }
0
 
0
-guides = ['securing_rails_applications', 'testing_rails_applications']
0
+guides = ['securing_rails_applications', 'testing_rails_applications', 'creating_plugins']
0
 guides_html_files = []
0
 guides.each do |guide_name|
0
   input = "doc/guides/#{guide_name}/#{guide_name}.txt"
0
   output = "doc/guides/#{guide_name}/#{guide_name}.html"
0
   guides_html_files << output
0
- task output => Dir["doc/guides/#{guide_name}/*.txt"] do
0
+ file output => Dir["doc/guides/#{guide_name}/*.txt"] do
0
     sh "mizuho", input, "--template", "manualsonrails", "--multi"
0
   end
0
 end

Comments

    No one has commented yet.