From: Erlend Aasland Date: Wed, 3 May 2006 12:11:00 +0000 (+0000) Subject: stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs. X-Git-Tag: release/2.9.4~30 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=afcf9fa8d6794b08cd62f66dfd22c0f108a7c6e0;p=lilypond.git stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs. --- 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: