From: John Mandereau Date: Thu, 24 Jul 2008 00:25:37 +0000 (+0200) Subject: Work around 'make web-clean' madness X-Git-Tag: release/2.11.54-1~5^2~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dd0ebbe2ca97d795229df629d96fa3e66005f590;p=lilypond.git Work around 'make web-clean' madness On my computer, make sometimes goes mad in web-clean target, it calls lilypond-book as if it was making web target in Documentation/user and input/lsr. --- diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 28c4a46ca3..250eace2f8 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -175,4 +175,5 @@ web: $(MAKE) out=www WWW-post web-clean: + find -name out-www | xargs rm -rf $(MAKE) out=www clean