]> git.donarmstrong.com Git - lilypond.git/blob - make/lysdoc-targets.make
0b5d6ec2ed493d57143ccedf53fa3d524772e7e5
[lilypond.git] / make / lysdoc-targets.make
1 local-WWW-1: $(outdir)/collated-files.texi $(outdir)/collated-files.pdf
2
3 local-WWW-2: $(outdir)/collated-files.html
4
5 local-test-baseline:
6         rm -rf $(outdir)-baseline
7         mv $(outdir) $(outdir)-baseline
8
9 local-test:
10         rm -f $(outdir)/collated-files.html
11         if test -d $(top-src-dir)/.git  ; then \
12                 echo -e 'HEAD is:\n\n\t' ; \
13                 (cd $(top-src-dir) && git log --max-count=1 --pretty=oneline ) ;\
14                 echo -e '\n\n\n' ; \
15                 (cd $(top-src-dir) && git diff ) ; \
16         fi > $(outdir)/tree.gittxt
17         $(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
18         rsync -L -a --exclude 'out-*' --exclude 'out' --exclude mf --exclude source --exclude mf $(top-build-dir)/out/share $(outdir)
19