changeset 90:5f620d8f7fb1

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 15:00:03 +0000
parents bbe0174c27fd
children 76d3d615459f
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Dec 12 14:58:17 2007 +0000
+++ b/Makefile	Wed Dec 12 15:00:03 2007 +0000
@@ -43,7 +43,8 @@
 	@find . -name '*~' -exec rm \{\} \;
 	@find . -name '*.bak' -exec rm \{\} \;
 	@find . -name '*.tmp' -exec rm \{\} \;
-	@if [ -d output ]; then rm -rf output; mkdir output; fi
+	@if [ -d output   ]; then rm -rf output; fi
+	@if [ -d comments ]; then rm -rf comments; fi
 	@if [ -e build-stamp ]; then rm -f build-stamp; fi
 	@if [ -e chronicle.1 ]; then rm -f chronicle.1 ; fi