From 41886d61ef2e9ca499ba1ec2db35fcfc76a56a78 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 8 Dec 1998 13:55:01 +0000 Subject: [PATCH] lilypond-1.1.13 --- VERSION | 2 +- mutopia/D.Zipoli/GNUmakefile | 10 ++++++++++ mutopia/GNUmakefile | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 mutopia/D.Zipoli/GNUmakefile 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 -- 2.11.4.GIT