Changeset 1656:7caa209f864c
- Timestamp:
- 06/12/08 14:00:26 (2 months ago)
- Author:
- klai@…
- Branch:
- default
- Message:
-
Don't delete postscript files
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1556
|
r1656
|
|
| 57 | 57 | |
| 58 | 58 | dist_clean: clean |
| 59 | | find . \( -name '*.ps' -o -name '*.gnuplot' -o -name '*.prof' -o -name 'screenlog.*' -o -name '*,cover' \) -exec rm {} \; -print |
| | 59 | find . \( -o -name '*.prof' -o -name 'screenlog.*' -o -name '*,cover' \) -exec rm {} \; -print |
| 60 | 60 | /bin/rm -fr build dist MANIFEST $(MAIN).zip *.rpm setup.py setup.cfg |
| 61 | 61 | cd src/KL; make dist_clean |