]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-rules.make
patch::: 1.4.1.jcn1
[lilypond.git] / make / mutopia-rules.make
index cf3db5394388d30f203d4962a9df8db2db189fe9..f2328cb16a427856c305864c689f721a2d60a576 100644 (file)
@@ -3,12 +3,14 @@
 $(outdir)/%.gif: $(outdir)/%.ps
        sh $(PS_TO_GIFS) $<
        -mv $(name-stem)-page*.gif $(outdir)/
-       touch $@
+#      touch $@
+       ln -s $(outdir)/$(name-stem)-page1.gif $@
 
 $(outdir)/%.png: $(outdir)/%.ps
        sh $(PS_TO_PNGS) $<
        -mv $(name-stem)-page*.png $(outdir)/
-       touch $@
+#      touch $@
+       ln -s $(outdir)/$(name-stem)-page1.png $@
 
 $(outdir)/%.ly.txt: %.ly
        ln -f $< $@