]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/ports-rules.make
Add support for max-systems-per-page.
[lilypond.git] / make / ports-rules.make
index 3293cbe4f346926c4f0d48efc210a5f7d417e05e..5e509eeb33043741a08f3b2e4fed508692ae7c6e 100644 (file)
@@ -7,16 +7,16 @@ else
        wget $(MUTOPIA_MIRROR)/$(mutopia-dir)/$@
 
 %.ly:  %-lys.zip
-       unzip $<
+       unzip -n $<
        $(MAKE) local-convert-ly
 endif
 
 %/GNUmakefile:
        mkdir -p $(@D)
        $(if $(shell grep '[.]ly' $(@D)/index.html), \
-               echo 'mutopia-examples = $(@D)' > $@, \
+               echo 'mutopia-name = $(@D)' > $@, \
                $(if $(shell grep '[.]zip' $(@D)/index.html), \
-                       echo -e 'zipped = true\nmutopia-examples = $(@D)' > $@))
+                       echo -e 'zipped = true\nmutopia-name = $(@D)' > $@))
        echo -e $(GNUmakefile) >> $@