From 78c46c7454193a8b00ab54ed232c5e9e890ead1f Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:50:07 +0000 Subject: [PATCH] lilypond-0.1.1 --- bin/Makefile | 2 +- bin/release | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/Makefile b/bin/Makefile index 5f98246cec..bfee282e45 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -4,7 +4,7 @@ depth = .. include $(depth)/make/Include.make # list of distribution files: -SCRIPTS = clearlily cpgento make_patch lily.efence \ +SCRIPTS = clearlily cpgento make-patch lily.efence \ make-version release conflily PERL_SCRIPTS_IN = $(wildcard *.in) PERL_SCRIPTS = $(addprefix $(outdir)/, $(PERL_SCRIPTS_IN:.in=)) diff --git a/bin/release b/bin/release index d95553a8b6..7521b49f11 100755 --- a/bin/release +++ b/bin/release @@ -50,7 +50,7 @@ patch=patch-$LILYVER.gz mv $tarball $releasedir/ cd ../test -$heredir/bin/make_patch $LASTVER $NEWVER lilypond +$heredir/bin/make-patch $LASTVER $NEWVER lilypond gzip -f9 patch-$NEWVER mv $patch $patchdir// -- 2.39.5