diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-12-24 21:51:39 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-12-24 21:51:39 +0100 |
commit | 1363ca781e72a7755697ea617eee90bf3405f1f2 (patch) | |
tree | c7f4b38030c6c7642c3d930562fa3c11ef1c6cbe /GNUmakefile.in | |
parent | ce593a5d9614d463ac0255eac17ceb50ce3bcc29 (diff) |
version check tweak
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r-- | GNUmakefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index d17a054800..702eb6e902 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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' |