From: John Mandereau Date: Sun, 27 Apr 2008 09:29:20 +0000 (+0200) Subject: Remove out/lyook-db snippets dir when doing test-clean and web-clean X-Git-Tag: release/2.11.46-1~42 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e22ac05476c0608167790731123167f18a30b738;p=lilypond.git Remove out/lyook-db snippets dir when doing test-clean and web-clean --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 92f33fb18a..bf3952b1a8 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -108,7 +108,7 @@ c-clean: src-ext = c cc yy ll hh icc py scm tex ps texi itexi tely itely sh -web-clean: +web-clean: snippets-clean $(MAKE) out=www clean $(MAKE) $(tree-share-prefix)/lilypond-force @@ -234,6 +234,8 @@ test-redo: done $(MAKE) check -test-clean: +test-clean: snippets-clean $(MAKE) -C input/regression/ out=test clean +snippets-clean: + rm -rf out/lybook-db