Changeset 611

Show
Ignore:
Timestamp:
09/10/07 20:30:48 (1 year ago)
Author:
iv..@gweezlebur.com
Message:

rake clean should only wipe rdocs, not all of doc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Rakefile

    r606 r611  
    1818CLEAN.include ['**/.*.sw?', '*.gem', '.config'] 
    1919 
    20 setup_clean [ "pkg", "lib/*.bundle", "*.gem", "doc", ".config", 'coverage', "cache"] 
     20setup_clean [ "pkg", "lib/*.bundle", "*.gem", "doc/rdoc", ".config", 'coverage', "cache"] 
    2121 
    2222