Changeset 2404

Show
Ignore:
Timestamp:
08/26/05 11:49:06 (19 years ago)
Author:
jerome
Message:

Also cleans the MANIFEST file, so we always use the newly generated one

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/clean.sh

    r2303 r2404  
    2424# Use this to clean the tree from temporary files 
    2525 
     26rm -f MANIFEST 
    2627find . -name "*.bak" -exec rm -f {} \; 
    2728find . -name "*~" -exec rm -f {} \;