]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/omf-targets.make
Doc-de: update macros.itely and nitpicks
[lilypond.git] / stepmake / stepmake / omf-targets.make
1
2 omf: $(OMF_FILES)
3
4 local-install: omf-local-install
5
6 omf-local-install: $(OMF_FILES)
7         -$(INSTALLPY) -d $(DESTDIR)$(local_package_omfdir)
8         $(foreach a, $(OMF_FILES), $(INSTALLPY) -m 644 $(a) $(DESTDIR)$(local_package_omfdir)/$(notdir $(a)) && ) true
9         @echo "Run scrollkeeper-update to register newly installed OMF files."
10
11 local-uninstall: omf-local-uninstall
12
13 omf-local-uninstall:
14         rm -f $(foreach i, $(OMF_FILES), $(DESTDIR)$(local_package_omfdir)/$(notdir $(i)))
15         -rmdir $(DESTDIR)$(local_package_omfdir)
16