# HG changeset patch # User Steve Kemp # Date 1197471603 0 # Node ID 5f620d8f7fb19cb7cacfeff7ec941615c5970073 # Parent bbe0174c27fd905f5ccfc1d193b774fb2d7a5408 Updated. diff -r bbe0174c27fd -r 5f620d8f7fb1 Makefile --- 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