From 2b7267d10742db1ccf98382e65147f29dfa9a357 Mon Sep 17 00:00:00 2001 From: erlenda Date: Wed, 3 May 2006 12:11:00 +0000 Subject: [PATCH] stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs. --- ChangeLog | 4 ++++ stepmake/stepmake/generic-targets.make | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index a6f9a69592..9d1b44a76d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-05-03 Erlend Aasland + + * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs. + 2006-05-03 Han-Wen Nienhuys * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 1e4c5c9131..ea288ca58c 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -24,6 +24,7 @@ distclean: clean cvs-clean: $(MAKE) local-distclean find . -type d -name out | xargs rm -rf + find . -type d -name out-www | xargs rm -rf rm -f aclocal.m4 configure maintainerclean: -- 2.39.5