]> git.donarmstrong.com Git - lilypond.git/commitdiff
Work around 'make web-clean' madness
authorJohn Mandereau <john.mandereau@gmail.com>
Thu, 24 Jul 2008 00:25:37 +0000 (02:25 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Thu, 24 Jul 2008 00:25:37 +0000 (02:25 +0200)
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

index 28c4a46ca3d513c36f1c6896d3565f3c43a70040..250eace2f865cdb7deae0513fcde2ecf1f42db86 100644 (file)
@@ -175,4 +175,5 @@ web:
        $(MAKE) out=www WWW-post
 
 web-clean:
+       find -name out-www | xargs rm -rf
        $(MAKE) out=www clean