mirror of
https://github.com/github/rails.git
synced 2026-01-29 00:08:15 -05:00
Fix generate_app_doc task (Jaroslaw) [#70 state:resolved]
This commit is contained in:
@@ -255,7 +255,7 @@ task :generate_rails_framework_doc do
|
||||
end
|
||||
|
||||
task :generate_app_doc do
|
||||
File.cp "doc/README_FOR_APP", "#{PKG_DESTINATION}/doc/README_FOR_APP"
|
||||
cp "doc/README_FOR_APP", "#{PKG_DESTINATION}/doc/README_FOR_APP"
|
||||
system %{cd #{PKG_DESTINATION}; rake doc:app}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user