# HG changeset patch # User steve # Date 1192088541 0 # Node ID e55676a47bfef396a4d814528c99e2507cbe2d45 # Parent 377313bc34517d65455a0843fb623a25ca92bcb7 2007-10-11 07:42:21 by steve Clean up the results of a debian package build. diff -r 377313bc3451 -r e55676a47bfe Makefile --- a/Makefile Thu Oct 11 07:42:05 2007 +0000 +++ b/Makefile Thu Oct 11 07:42:21 2007 +0000 @@ -8,7 +8,7 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.12 2007-10-10 20:09:43 steve Exp $ +# $Id: Makefile,v 1.13 2007-10-11 07:42:21 steve Exp $ # @@ -46,6 +46,9 @@ @find . -name '*.bak' -exec rm \{\} \; @find . -name '*.tmp' -exec rm \{\} \; @if [ -d output ]; then rm -rf output; mkdir output; fi + @if [ -e build-stamp ]; then rm -f build-stamp; fi + @if [ -e chronicle.1 ]; then rm -f chronicle.1 ; fi + # # Show what has been changed in the local copy vs. the CVS repository. #