]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-rules.make
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / make / mutopia-rules.make
index 4d0ae695485a0e2b92984f47ad3d4a02bece3bc6..e5d647d62649eff20d24ecb0f503e830274e2051 100644 (file)
@@ -1,7 +1,12 @@
-$(outdir)/%.ly: %.ly
-       cp $< $@
 
-$(outdir)/%.ly: %.abc
+
+$(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 $< $@
 
@@ -10,6 +15,10 @@ $(outdir)/%.ly: %.abc
 
 # hmm. notdir builds src-dir builds?
 $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly
-       cd $(outdir); $(LILYPOND_BINARY) --pdf --png -ddump-signatures -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(call absdir,$(src-dir))/ $(notdir $<)
+       cd $(outdir); $(LILYPOND_BINARY) --pdf --png -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(call absdir,$(src-dir))/ $(notdir $<)
        touch $(outdir)/$(basename $(notdir $<)).png
 
+$(outdir)/%.ly: %.ly
+       cp $< $@
+
+