X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2FMakefile;h=ed0e8522aea77c1591ca8b787de1bc72636b4732;hb=e85b008ae96fef8fc0c15529e8a172584d5d08fd;hp=e9f5521e5eea6c2730c854c6e7c6a593bae6b80e;hpb=4bdf5f822b18b10b48f619c116641e6aee1968ac;p=lilypond.git diff --git a/bin/Makefile b/bin/Makefile index e9f5521e5e..ed0e8522ae 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -3,18 +3,18 @@ # subdir level: # depth = .. -# - -build = ./$(depth)/lily/.build +include $(depth)/make/Include.make +# list of distribution files: -# generic stuff/Makefile -# -include ./$(depth)/make/Stuff.make +SCRIPTS = clearlily cpgento genheader make_patch \ + make_version make_website release convert-mudela show-latest +EXTRA_DISTFILES = $(SCRIPTS) # -# list of distribution files: -# -SCRIPTS = clearlily cpgento genheader make_patch make_fversion make_version make_website -DISTFILES = Makefile $(SCRIPTS) -# +localinstall: all + $(INSTALL) -d $(bindir) + $(INSTALL) -m 755 convert-mudela $(bindir) + +localuninstall: + rm -f $(bindir)/convert-mudela