Show
Ignore:
Timestamp:
01/20/05 18:46:53 (20 years ago)
Author:
jerome
Message:

URL change for testing with real datas
Cleanup script now deletes the build and dist subdirectories

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/clean.sh

    r73 r77  
    2222# Use this to clean the tree from temporary files 
    2323 
     24rm -fr MANIFEST build dist 
    2425find . -name "*.bak" -exec rm -f {} \; 
    2526find . -name "*~" -exec rm -f {} \;