diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2009-02-06 01:57:02 +0000 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-02-06 02:01:22 +0000 |
commit | 96d610553e5fdaabc923835ab1f194070ddb4477 (patch) | |
tree | 5154390d4f47971d522619db9f3826abb771b42f /railties/Rakefile | |
parent | bccd2c54b2c7708f881faf9c9464dcf29bd30bef (diff) | |
download | rails-96d610553e5fdaabc923835ab1f194070ddb4477.tar.gz rails-96d610553e5fdaabc923835ab1f194070ddb4477.tar.bz2 rails-96d610553e5fdaabc923835ab1f194070ddb4477.zip |
Merge docrails along with the new guides and guides generation code
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 ------------------------------------------------------------------ |