]> git.donarmstrong.com Git - lilypond.git/commitdiff
version check tweak
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 30 Dec 2006 14:26:41 +0000 (15:26 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 30 Dec 2006 14:26:41 +0000 (15:26 +0100)
Conflicts:

GNUmakefile.in

GNUmakefile.in

index c5ee7e695037268acc37c3d45ff7667a3bf8a697..4551541bbf334fbca1a48af4a62e8a34844a5ea7 100644 (file)
@@ -208,8 +208,7 @@ test-clean:
 test:
 ## no aa-scaling, no PDF
        $(MAKE) -C input/regression/ out=test LILYPOND_BOOK_LILYPOND_FLAGS="--backend=eps --formats=ps,png $(LILYPOND_JOBS) -dinclude-eps-fonts -dgs-load-fonts --header=texidoc -I $(top-src-dir)/input/manual -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= out-test/collated-files.html 
-foo:
-       echo $(LILYPOND_JOBS)
+       @find input ly -name '*.ly' |grep -v 'out.*/' | xargs grep '\\version' -L | sed 's/^/**** Missing version: /g'
 
 RESULT_DIR=$(top-build-dir)/out/test-results/
 check-test: test