Skip to content

Commit

Permalink
Fix generate_app_doc task (Jaroslaw) [rails#70 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed May 11, 2008
1 parent c43623c commit 7013d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/Rakefile
Expand Up @@ -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

Expand Down

0 comments on commit 7013d9e

Please sign in to comment.