]> git.donarmstrong.com Git - lilypond.git/blob - make/mutopia-targets.make
patch::: 1.3.126.jcn3
[lilypond.git] / make / mutopia-targets.make
1
2
3 all: $(OUT_FILES)
4
5 local-WWW: $(ly_examples) $(fly_examples) $(ps_examples) $(png_examples)
6 #       (cd $(outdir); $(PYTHON) ../$(buildscript-dir)/mutopia-index.py --prefix=../ --suffix=/$(outdir) $(html_subdirs) $(all_examples))
7 #       $(footify) $(outdir)/index.html
8
9 local-web:
10         $(MAKE) conf=www local-WWW
11
12 convert-ly: local-convert-ly
13         $(LOOP)
14
15 local-convert-ly:
16         $(PYTHON) $(script-dir)/convert-ly.py -e *ly
17
18 tar:
19         mkdir -p $(outdir)/$(tarball)
20         cp -p *.ly $(outdir)/$(tarball)
21         cd $(outdir) && tar czf $(tarball).tar.gz $(tarball)