Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 97574 | Differences between
and this patch

Collapse All | Expand All

(-)lilypond-2.7.36.old/make/mutopia-rules.make (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
# hmm. notdir builds src-dir builds?
16
# hmm. notdir builds src-dir builds?
17
$(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly
17
$(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly
18
	cd $(outdir); $(LILYPOND_BINARY) --pdf --png -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(src-dir)/ $(notdir $<)
18
	cd $(outdir); $(LILYPOND_BINARY) --pdf --png -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(src-dir)/ -I $(src-dir)/../ $(notdir $<)
19
	touch $(outdir)/$(basename $(notdir $<)).png
19
	touch $(outdir)/$(basename $(notdir $<)).png
20
20
21
$(outdir)/%.ly: %.ly
21
$(outdir)/%.ly: %.ly

Return to bug 97574