]> git.donarmstrong.com Git - lilypond.git/blob - make/mudela-rules.make
release: 1.2.13
[lilypond.git] / make / mudela-rules.make
1 # Mudela_rules.make
2
3 .SUFFIXES: .doc .dvi .mudtex .tely .texi
4
5 SUBST_TEXI_DEPS=sed 's! \.\./! !g' < $(basename $@).dep > $(outdir)/temp.dep ;  mv $(outdir)/temp.dep $(basename $@).dep 
6
7 $(outdir)/%.latex: %.doc
8         cd $(outdir);  $(PYTHON) $(depth)/../scripts/mudela-book.py -I .. -I $(depth)/../input/test/ --dependencies --dep-prefix=$(outdir)/ ../$< 
9         $(SUBST_TEXI_DEPS)
10
11 $(outdir)/%.texi: %.tely
12         cd $(outdir); $(PYTHON) $(depth)/../scripts/mudela-book.py -I .. -I $(depth)/../input/test/ --dependencies --dep-prefix=$(outdir)/ --format=texi ../$<
13         $(SUBST_TEXI_DEPS)