]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/ports-rules.make
patch::: 1.3.140.jcn3
[lilypond.git] / make / ports-rules.make
index 3293cbe4f346926c4f0d48efc210a5f7d417e05e..b819f0747b5428766a550b2d652bb4b228a372d0 100644 (file)
@@ -14,9 +14,9 @@ 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) >> $@