From: Han-Wen Nienhuys Date: Sun, 24 Dec 2006 16:22:01 +0000 (+0100) Subject: only request html not pdf for test target. X-Git-Tag: release/2.10.5-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5ce0899b33cfa3dd6d62ed263ee4ce237147a223;p=lilypond.git only request html not pdf for test target. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index f1e13d8e4c..474186800c 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -204,7 +204,7 @@ test-clean: test: ## no aa-scaling, no PDF - $(MAKE) -C input/regression/ out=test WWW 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= + $(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 RESULT_DIR=$(top-build-dir)/out/test-results/ check: test