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:
parent
ee4b5a4e07
commit
72a865f793
1 changed files with 5 additions and 0 deletions
|
@ -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 ------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue