From: fred Date: Wed, 5 Mar 1997 17:31:12 +0000 (+0000) Subject: lilypond-0.0.39 X-Git-Tag: release/1.5.59~6247 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=17e44ceb906a0cf87e5aba4fde1f40aea49f3372;p=lilypond.git lilypond-0.0.39 --- diff --git a/bin/Makefile b/bin/Makefile new file mode 100644 index 0000000000..2549e4255f --- /dev/null +++ b/bin/Makefile @@ -0,0 +1,20 @@ +# bin/Makefile + +# subdir level: +# +depth = .. +# + +build = ./$(depth)/lily/.build + +# generic stuff/Makefile +# +include ./$(depth)/make/Stuff.make +# + +# list of distribution files: +# +SCRIPTS = clearlily configure cpgento genheader make_patch make_fversion make_version make_website +DISTFILES = Makefile $(SCRIPTS) +# +