]> git.donarmstrong.com Git - lilypond.git/blob - make/lysdoc-targets.make
Oops, I didn't want to commit this. Han-Wen does not want this in GIT, but I need...
[lilypond.git] / make / lysdoc-targets.make
1
2
3 local-WWW: $(outdir)/collated-files.html $(outdir)/collated-files.pdf
4
5 #.PRECIOUS: $(outdir)/$(NAME).texi
6
7 local-test-baseline:
8         rm -rf $(outdir)-baseline
9         mv $(outdir) $(outdir)-baseline
10
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                 git log --max-count=1 --pretty=oneline ;\
16                 echo -e '\n\n\n' ; \
17                 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
20         rsync -L -a --exclude 'out-*' --exclude 'out' --exclude mf --exclude source --exclude mf $(top-build-dir)/out/share $(outdir)
21