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.11.5-1~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1d4b1a20061a2a3bc0cde643e3680527ed203223;p=lilypond.git only request html not pdf for test target. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 72ed4e4c66..054a2e0027 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -208,7 +208,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