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