comparison Makefile @ 97:69570137cb66

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 17:28:21 +0000
parents 54ed399a35a0
children afe385f49abd
comparison
equal deleted inserted replaced
96:e168dcfc8a3d 97:69570137cb66
41 @find . -name '.*~' -exec rm \{\} \; 41 @find . -name '.*~' -exec rm \{\} \;
42 @find . -name '.#*' -exec rm \{\} \; 42 @find . -name '.#*' -exec rm \{\} \;
43 @find . -name '*~' -exec rm \{\} \; 43 @find . -name '*~' -exec rm \{\} \;
44 @find . -name '*.bak' -exec rm \{\} \; 44 @find . -name '*.bak' -exec rm \{\} \;
45 @find . -name '*.tmp' -exec rm \{\} \; 45 @find . -name '*.tmp' -exec rm \{\} \;
46 @if [ -d comments ]; then rm -rf comments; fi
46 @if [ -d output ]; then rm -rf output; fi 47 @if [ -d output ]; then rm -rf output; fi
47 @if [ -d comments ]; then rm -rf comments; fi
48 @if [ -e build-stamp ]; then rm -f build-stamp; fi 48 @if [ -e build-stamp ]; then rm -f build-stamp; fi
49 @if [ -e chronicle.1 ]; then rm -f chronicle.1 ; fi 49 @if [ -e chronicle.1 ]; then rm -f chronicle.1 ; fi
50 50
51 # 51 #
52 # Show what has been changed in the local copy vs. the remote repository. 52 # Show what has been changed in the local copy vs. the remote repository.