X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Flysdoc-targets.make;h=0b5d6ec2ed493d57143ccedf53fa3d524772e7e5;hb=0a06536c058cd7641a29a0b4c80cf9fd8e334fb2;hp=51d4aace224371199881df98488c9da45a9c2696;hpb=e27eb8bc58a6503a5a6099c246331ce36676d1bb;p=lilypond.git diff --git a/make/lysdoc-targets.make b/make/lysdoc-targets.make index 51d4aace22..0b5d6ec2ed 100644 --- a/make/lysdoc-targets.make +++ b/make/lysdoc-targets.make @@ -1,2 +1,19 @@ +local-WWW-1: $(outdir)/collated-files.texi $(outdir)/collated-files.pdf + +local-WWW-2: $(outdir)/collated-files.html + +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' ; \ + (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) -local-WWW: $(outdir)/$(NAME).html \ No newline at end of file