]> git.donarmstrong.com Git - lilypond.git/commitdiff
filter (standard input) from version check
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 31 Dec 2006 13:07:05 +0000 (14:07 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 31 Dec 2006 13:07:05 +0000 (14:07 +0100)
GNUmakefile.in

index 2815b0c756f58e53f1bfe14eab42d9a06636c326..7fa0e1e7cc24097e267fc039115ffb544e615820 100644 (file)
@@ -212,7 +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 
-       @find input ly -name '*.ly' |grep -v 'out.*/' | xargs grep '\\version' -L | sed 's/^/**** Missing version: /g' 
+       @find input ly -name '*.ly' -print |grep -v 'out.*/' | xargs grep '\\version' -L | grep -v "standard input" |sed 's/^/**** Missing version: /g'