From: Han-Wen Nienhuys Date: Sun, 31 Dec 2006 13:07:05 +0000 (+0100) Subject: filter (standard input) from version check X-Git-Tag: release/2.11.7-1~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=be74fea43ce8988b82f2fd47c8f79c675b93124c;p=lilypond.git filter (standard input) from version check --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 2815b0c756..7fa0e1e7cc 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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'