]> git.donarmstrong.com Git - lilypond.git/blob - bin/Makefile
cf07dbbc41ca72fed15a464fbf4866570f97a4f6
[lilypond.git] / bin / Makefile
1 # bin/Makefile
2
3 # subdir level:
4 #
5 depth = ..
6 include $(depth)/make/Include.make
7 # list of distribution files:
8
9 SCRIPTS = clearlily cpgento genheader make_patch \
10         lily.efence\
11         make_version make_website release convert-mudela show-latest \
12         conflily
13 EXTRA_DISTFILES = $(SCRIPTS)
14 #
15
16
17 EXECUTABLES=convert-mudela 
18 localinstall: all
19         $(INSTALL) -d $(bindir)
20         $(INSTALL) -m 755 convert-mudela $(bindir)
21
22 localuninstall:
23         rm -f $(bindir)/convert-mudela