X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;h=23887b901c61acb09e03c518de03ad14ffaabf27;hb=b66b5013d3800245b2f185e2d86aa55a743cd8b5;hp=0b16e7e68a694829e3f5b383b228132490d6ab40;hpb=ac41a690f5859693589156b38ff462ac135deea2;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index 0b16e7e68a..23887b901c 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -5,6 +5,11 @@ $(outdir)/%.gif: $(outdir)/%.ps -mv $(name-stem)-page*.gif $(outdir)/ touch $@ +$(outdir)/%.png: $(outdir)/%.ps + sh $(buildscripts)/ps-to-pngs.sh $< + -mv $(name-stem)-page*.png $(outdir)/ + touch $@ + $(outdir)/%.ly.txt: %.ly ln -f $< $@