]> git.donarmstrong.com Git - lilypond.git/commitdiff
version check tweak
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 24 Dec 2006 20:51:39 +0000 (21:51 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 24 Dec 2006 20:51:39 +0000 (21:51 +0100)
GNUmakefile.in

index d17a0548001cb06b00930931b128d60e010aa021..702eb6e902e745f899b90216b1a498898b5ae1c7 100644 (file)
@@ -212,8 +212,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 
-       @echo "Missing \\version"
-       find input ly -name '*.ly' |grep -v 'out.*/' | xargs grep '\\version' -L | sed 's/^/**** /g' 
+       @find input ly -name '*.ly' |grep -v 'out.*/' | xargs grep '\\version' -L | sed 's/^/**** Missing version: /g'