Changeset 3156 for pykota/trunk/clean.sh

Show
Ignore:
Timestamp:
03/23/07 16:16:30 (17 years ago)
Author:
jerome
Message:

Removed NEWS file, it will now be generated on-demand with the gentarball.sh command line tool.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/clean.sh

    r3133 r3156  
    2424# Use this to clean the tree from temporary files 
    2525 
    26 rm -f MANIFEST 
     26rm -f MANIFEST ChangeLog 
    2727find . -name "*.bak" -exec rm -f {} \; 
    2828find . -name "*~" -exec rm -f {} \;