changeset 52:e55676a47bfe

2007-10-11 07:42:21 by steve Clean up the results of a debian package build.
author steve
date Thu, 11 Oct 2007 07:42:21 +0000
parents 377313bc3451
children 9aa56409a8d8
files Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
 #