From: fred Date: Tue, 26 Mar 2002 21:45:10 +0000 (+0000) Subject: lilypond-1.1.13 X-Git-Tag: release/1.5.59~2687 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9f5fac99c0da207fa15725484b8bc82e21b8256c;p=lilypond.git lilypond-1.1.13 --- diff --git a/VERSION b/VERSION index 39690bc759..8c6a8f419e 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=1 -PATCH_LEVEL=10 +PATCH_LEVEL=13 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a diff --git a/mutopia/D.Zipoli/GNUmakefile b/mutopia/D.Zipoli/GNUmakefile new file mode 100644 index 0000000000..2d7fc58cf0 --- /dev/null +++ b/mutopia/D.Zipoli/GNUmakefile @@ -0,0 +1,10 @@ +# + +depth = ../.. + +examples= +LOCALSTEPMAKE_TEMPLATES=mutopia + +include $(depth)/make/stepmake.make + + diff --git a/mutopia/GNUmakefile b/mutopia/GNUmakefile index 5ae86949b1..6e12e84c64 100644 --- a/mutopia/GNUmakefile +++ b/mutopia/GNUmakefile @@ -2,9 +2,9 @@ depth = .. -SUBDIRS = J.S.Bach Coriolan W.A.Mozart +SUBDIRS = J.S.Bach Coriolan W.A.Mozart F.Schubert D.Zipoli Hymns -examples=standchen gallina +examples= gallina LOCALSTEPMAKE_TEMPLATES=mutopia include $(depth)/make/stepmake.make