]> git.donarmstrong.com Git - lilypond.git/commitdiff
Make web-clean target available from every directory
authorJohn Mandereau <john.mandereau@gmail.com>
Thu, 8 May 2008 21:36:25 +0000 (23:36 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Thu, 8 May 2008 21:36:25 +0000 (23:36 +0200)
GNUmakefile.in
stepmake/stepmake/generic-targets.make

index bf3952b1a89c4a79fbcf3a897465994e525e61e5..23c0d0e0d5024e0630ee8ebc8f7731afbe30b016 100644 (file)
@@ -108,9 +108,7 @@ c-clean:
 
 src-ext = c cc yy ll hh icc py scm tex ps texi itexi tely itely sh
 
-web-clean: snippets-clean
-       $(MAKE) out=www clean
-       $(MAKE) $(tree-share-prefix)/lilypond-force
+web-clean: snippets-clean $(tree-share-prefix)/lilypond-force
 
 default: $(config_h) build-dir-setup 
 
index 7546bbd2b5565840b29e1e64bbc9ad8e9b77a38f..8407cb69e0ae6662b43f0f9572c003d9f9e436ad 100644 (file)
@@ -190,3 +190,6 @@ WWW-post: local-WWW-post
 web:
        $(MAKE) out=www WWW
        $(MAKE) out=www WWW-post
+
+web-clean:
+       $(MAKE) out=www clean