Show
Ignore:
Timestamp:
07/09/05 10:46:59 (19 years ago)
Author:
jerome
Message:

Finished to move files around.
Removed any unneeded reference to the library's name.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/clean.sh

    r211 r235  
    2222# Use this to clean the tree from temporary files 
    2323 
     24rm -f MANIFEST 
     25rm -fr build dist 
    2426find . -name "*.bak" -exec rm -f {} \; 
    2527find . -name "*~" -exec rm -f {} \;