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