X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Flysdoc-targets.make;h=0b5d6ec2ed493d57143ccedf53fa3d524772e7e5;hb=37c6de63d5f12cf9e42d04d56280aaf261ddc880;hp=cf5a9d2e677a324d1350581352dc5b6edd3ffdae;hpb=883e317d51c5e50011bc0e764a785631e5ea8689;p=lilypond.git diff --git a/make/lysdoc-targets.make b/make/lysdoc-targets.make index cf5a9d2e67..0b5d6ec2ed 100644 --- a/make/lysdoc-targets.make +++ b/make/lysdoc-targets.make @@ -1,6 +1,19 @@ +local-WWW-1: $(outdir)/collated-files.texi $(outdir)/collated-files.pdf +local-WWW-2: $(outdir)/collated-files.html -local-WWW: $(outdir)/collated-files.html $(outdir)/collated-files.pdf +local-test-baseline: + rm -rf $(outdir)-baseline + mv $(outdir) $(outdir)-baseline -#.PRECIOUS: $(outdir)/$(NAME).texi +local-test: + rm -f $(outdir)/collated-files.html + if test -d $(top-src-dir)/.git ; then \ + echo -e 'HEAD is:\n\n\t' ; \ + (cd $(top-src-dir) && git log --max-count=1 --pretty=oneline ) ;\ + 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 + rsync -L -a --exclude 'out-*' --exclude 'out' --exclude mf --exclude source --exclude mf $(top-build-dir)/out/share $(outdir)