]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-rules.make
patch::: 1.4.1.jcn3
[lilypond.git] / make / mutopia-rules.make
index f2328cb16a427856c305864c689f721a2d60a576..d75f9197f257675323f5b4f5f07617a2b9022533 100644 (file)
@@ -3,18 +3,19 @@
 $(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 $< $@