From 96d610553e5fdaabc923835ab1f194070ddb4477 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Fri, 6 Feb 2009 01:57:02 +0000 Subject: Merge docrails along with the new guides and guides generation code --- railties/Rakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'railties/Rakefile') diff --git a/railties/Rakefile b/railties/Rakefile index 1130288fd9..05f767dc3b 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -244,6 +244,11 @@ def copy_with_rewritten_ruby_path(src_file, dest_file) end end +desc 'Generate guides (for authors), use ONLY=foo to process just "foo.textile"' +task :guides do + ruby "guides/rails_guides.rb" +end + # Generate documentation ------------------------------------------------------------------ -- cgit v1.2.3