1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

added a convenience rake task for guides authors

This commit is contained in:
Xavier Noria 2009-02-05 23:06:15 +01:00
parent ee4b5a4e07
commit 72a865f793

View file

@ -244,6 +244,11 @@ def copy_with_rewritten_ruby_path(src_file, dest_file)
end end
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 ------------------------------------------------------------------ # Generate documentation ------------------------------------------------------------------