From dd0ebbe2ca97d795229df629d96fa3e66005f590 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Thu, 24 Jul 2008 02:25:37 +0200 Subject: [PATCH] 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. --- stepmake/stepmake/generic-targets.make | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5