diff options
-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' |