X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fomf-targets.make;fp=stepmake%2Fstepmake%2Fomf-targets.make;h=49325215e67afaaa2045a2b8da9d7608aa0910f6;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=2a51b1bd58ec9fdc1e0075c68231cbd277ef5110;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/stepmake/stepmake/omf-targets.make b/stepmake/stepmake/omf-targets.make index 2a51b1bd58..49325215e6 100644 --- a/stepmake/stepmake/omf-targets.make +++ b/stepmake/stepmake/omf-targets.make @@ -1,14 +1,14 @@ omf: $(OMF_FILES) -local-install: omf-local-install - omf-local-install: $(OMF_FILES) -$(INSTALLPY) -d $(DESTDIR)$(local_package_omfdir) $(foreach a, $(OMF_FILES), $(INSTALLPY) -m 644 $(a) $(DESTDIR)$(local_package_omfdir)/$(notdir $(a)) && ) true @echo "Run scrollkeeper-update to register newly installed OMF files." +ifeq ($(out),www) local-uninstall: omf-local-uninstall +endif omf-local-uninstall: rm -f $(foreach i, $(OMF_FILES), $(DESTDIR)$(local_package_omfdir)/$(notdir $(i)))