From: John Mandereau Date: Thu, 8 May 2008 21:36:25 +0000 (+0200) Subject: Make web-clean target available from every directory X-Git-Tag: release/2.11.46-1~16^2~33 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3e7e1a59c0ad52d5fd54a76c17dbad9e59a79080;p=lilypond.git Make web-clean target available from every directory --- diff --git a/GNUmakefile.in b/GNUmakefile.in index bf3952b1a8..23c0d0e0d5 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 7546bbd2b5..8407cb69e0 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -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