From e22ac05476c0608167790731123167f18a30b738 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sun, 27 Apr 2008 11:29:20 +0200 Subject: [PATCH] Remove out/lyook-db snippets dir when doing test-clean and web-clean --- GNUmakefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5