X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Flysdoc-targets.make;h=7f58e9692f09fc79bfeee8deec62a32a3eba5d35;hb=2fd463683cab91b18c1d241bca208764867f1503;hp=b216c11bdeff8e5835b347822a24f1c776bb94d9;hpb=7a58628ec4dfbd07e2c4099f9e2e290faaff8b72;p=lilypond.git diff --git a/make/lysdoc-targets.make b/make/lysdoc-targets.make index b216c11bde..7f58e9692f 100644 --- a/make/lysdoc-targets.make +++ b/make/lysdoc-targets.make @@ -1,8 +1,8 @@ +ifeq ($(out),www) +local-WWW-1: $(outdir)/collated-files.texi $(outdir)/collated-files.pdf - -local-WWW: $(outdir)/collated-files.html $(outdir)/collated-files.pdf - -#.PRECIOUS: $(outdir)/$(NAME).texi +local-WWW-2: $(outdir)/collated-files.html +endif local-test-baseline: rm -rf $(outdir)-baseline @@ -16,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 + $(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 rsync -L -a --exclude 'out-*' --exclude 'out' --exclude mf --exclude source --exclude mf $(top-build-dir)/out/share $(outdir)