From: Reinhold Kainhofer Date: Wed, 14 Nov 2007 00:02:56 +0000 (+0100) Subject: Oops, I didn't want to commit this. Han-Wen does not want this in GIT, but I need... X-Git-Tag: release/2.11.35-1~43 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3d032f4018c8efcd88094a5de3abe954a45b20fd;p=lilypond.git Oops, I didn't want to commit this. Han-Wen does not want this in GIT, but I need it locally so that the regression tests are really shown in the output... --- diff --git a/make/lysdoc-targets.make b/make/lysdoc-targets.make index fe662ddb64..28b84beee2 100644 --- a/make/lysdoc-targets.make +++ b/make/lysdoc-targets.make @@ -16,6 +16,6 @@ local-test: echo -e '\n\n\n' ; \ git diff ; \ fi > $(outdir)/tree.gittxt - $(MAKE) LILYPOND_BOOK_LILYPOND_FLAGS="-dbackend=eps --formats=ps,png $(LILYPOND_JOBS) -dseparate-log-files -dinclude-eps-fonts -dgs-load-lily-fonts --header=texidoc -I $(top-src-dir)/input/manual -ddump-profile -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= $(outdir)/collated-files.html + $(MAKE) LILYPOND_BOOK_LILYPOND_FLAGS="-dbackend=eps --formats=ps $(LILYPOND_JOBS) -dseparate-log-files -dinclude-eps-fonts -dgs-load-lily-fonts --header=texidoc -I $(top-src-dir)/input/manual -ddump-profile -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= $(outdir)/collated-files.html rsync -L -a --exclude 'out-*' --exclude 'out' --exclude mf --exclude source --exclude mf $(top-build-dir)/out/share $(outdir)