]> git.donarmstrong.com Git - lilypond.git/commitdiff
stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
authorErlend Aasland <erlenda@gmail.com>
Wed, 3 May 2006 12:11:00 +0000 (12:11 +0000)
committerErlend Aasland <erlenda@gmail.com>
Wed, 3 May 2006 12:11:00 +0000 (12:11 +0000)
ChangeLog
stepmake/stepmake/generic-targets.make

index a6f9a69592857ee9ad18b9cd89bc0714f06547e6..9d1b44a76d99a82ff5037561ebd1489bdc598855 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-03  Erlend Aasland  <erlenda@gmail.com>
+
+       * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
+
 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
index 1e4c5c91311e9b0126486f92faeb7a436f107817..ea288ca58c13a37693247fc2b1422d3af0a4684f 100644 (file)
@@ -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: