Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7742

Show
Ignore:
Timestamp:
10/05/07 04:33:20 (1 year ago)
Author:
david
Message:

Doc task names

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/rel_1-2-4/railties/Rakefile

    r7741 r7742  
    238238 
    239239task :generate_rails_framework_doc do 
    240   system %{cd #{PKG_DESTINATION}; rake apidoc
     240  system %{cd #{PKG_DESTINATION}; rake doc:rails
    241241end 
    242242 
    243243task :generate_app_doc do 
    244244  File.cp "doc/README_FOR_APP", "#{PKG_DESTINATION}/doc/README_FOR_APP" 
    245   system %{cd #{PKG_DESTINATION}; rake appdoc
     245  system %{cd #{PKG_DESTINATION}; rake doc:app
    246246end 
    247247