X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Flysdoc-targets.make;h=e39fa1c58bc047a626e8ef32abe649a40e95550c;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0b5d6ec2ed493d57143ccedf53fa3d524772e7e5;hpb=091e3f8f91e1eff1e81f25896ca3736be5560149;p=lilypond.git diff --git a/make/lysdoc-targets.make b/make/lysdoc-targets.make index 0b5d6ec2ed..e39fa1c58b 100644 --- a/make/lysdoc-targets.make +++ b/make/lysdoc-targets.make @@ -1,6 +1,8 @@ +ifeq ($(out),www) local-WWW-1: $(outdir)/collated-files.texi $(outdir)/collated-files.pdf local-WWW-2: $(outdir)/collated-files.html +endif local-test-baseline: rm -rf $(outdir)-baseline @@ -14,6 +16,6 @@ local-test: echo -e '\n\n\n' ; \ (cd $(top-src-dir) && git diff ) ; \ fi > $(outdir)/tree.gittxt - $(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 LYS_OUTPUT_DIR=$(top-build-dir)/out/lybook-testdb + $(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)/Documentation/included/ -ddump-profile -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= $(outdir)/collated-files.html LYS_OUTPUT_DIR=$(top-build-dir)/out/lybook-testdb rsync -L -a --exclude 'out-*' --exclude 'out' --exclude mf --exclude source --exclude mf $(top-build-dir)/out/share $(outdir)