]> git.donarmstrong.com Git - lilypond.git/blobdiff - bin/Makefile
release: 0.0.54
[lilypond.git] / bin / Makefile
index e9f5521e5eea6c2730c854c6e7c6a593bae6b80e..ed0e8522aea77c1591ca8b787de1bc72636b4732 100644 (file)
@@ -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