diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-01-02 02:59:33 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-01-02 02:59:33 +0100 |
commit | f259c336fd76e26728d73803282fa421f40ed7c1 (patch) | |
tree | d114c551dbb2a4b2077f8ac4dade3cae085f7590 /GNUmakefile.in | |
parent | a97ce9bd1b8257052172333a119a6e4f9a825c58 (diff) |
sync with stable.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r-- | GNUmakefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index d49d29fc9f..37fb44abf4 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -210,12 +210,9 @@ test-clean: $(MAKE) -C input/regression/ out=test clean test: -## no aa-scaling, no PDF $(MAKE) -C input/regression/ out=test LILYPOND_BOOK_LILYPOND_FLAGS="--backend=eps --formats=ps $(LILYPOND_JOBS) -dinclude-eps-fonts -dgs-load-fonts --header=texidoc -I $(top-src-dir)/input/manual -ddump-profile -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= out-test/collated-files.html @find input ly -name '*.ly' -print |grep -v 'out.*/' | xargs grep '\\version' -L | grep -v "standard input" |sed 's/^/**** Missing version: /g' - - RESULT_DIR=$(top-build-dir)/out/test-results/ local-check: test rm -rf $(RESULT_DIR) |