]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-rules.make
release: 1.5.18
[lilypond.git] / make / mutopia-rules.make
index f2328cb16a427856c305864c689f721a2d60a576..08445758d53908ab05bf49f719dbfbd38ea3c5e9 100644 (file)
@@ -3,24 +3,25 @@
 $(outdir)/%.gif: $(outdir)/%.ps
        sh $(PS_TO_GIFS) $<
        -mv $(name-stem)-page*.gif $(outdir)/
-#      touch $@
-       ln -s $(outdir)/$(name-stem)-page1.gif $@
+       ln -s $(name-stem)-page1.gif $@
 
 $(outdir)/%.png: $(outdir)/%.ps
        sh $(PS_TO_PNGS) $<
        -mv $(name-stem)-page*.png $(outdir)/
-#      touch $@
-       ln -s $(outdir)/$(name-stem)-page1.png $@
+       ln -s $(name-stem)-page1.png $@
 
 $(outdir)/%.ly.txt: %.ly
        ln -f $< $@
 
+$(outdir)/%.ly.txt: $(outdir)/%.ly
+       cp -f $< $@
+
 $(outdir)/%.ly.txt: %.abc
 #which file to show here -- abc seems more cute?
        ln -f $< $@
 
 $(outdir)/%.ly: %.abc
-       $(PYTHON) $(ABC2LY) -o $@ $< 
+       $(PYTHON) $(ABC2LY) --strict -o $@ $< 
 
 $(outdir)/%.dvi: $(outdir)/%.ly
        $(PYTHON) $(LY2DVI) --output=$@ --dependencies $<