comparison Makefile @ 90:5f620d8f7fb1

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 15:00:03 +0000
parents 249ca4872b6c
children e3f25d7ec944
comparison
equal deleted inserted replaced
89:bbe0174c27fd 90:5f620d8f7fb1
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 output ]; then rm -rf output; mkdir output; fi 46 @if [ -d output ]; then rm -rf output; fi
47 @if [ -d comments ]; then rm -rf comments; fi
47 @if [ -e build-stamp ]; then rm -f build-stamp; fi 48 @if [ -e build-stamp ]; then rm -f build-stamp; fi
48 @if [ -e chronicle.1 ]; then rm -f chronicle.1 ; fi 49 @if [ -e chronicle.1 ]; then rm -f chronicle.1 ; fi
49 50
50 # 51 #
51 # 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.