]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mutopia-targets.make
patch::: 1.3.126.jcn3
[lilypond.git] / make / mutopia-targets.make
index 4a759813c51cb9b57cc0b73e821d4544414ea243..806ff65c6b5430c980d1b911bf04b554701e98f4 100644 (file)
@@ -14,3 +14,8 @@ convert-ly: local-convert-ly
 
 local-convert-ly:
        $(PYTHON) $(script-dir)/convert-ly.py -e *ly
+
+tar:
+       mkdir -p $(outdir)/$(tarball)
+       cp -p *.ly $(outdir)/$(tarball)
+       cd $(outdir) && tar czf $(tarball).tar.gz $(tarball)