X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=Makefile.local;h=d2e0c7a8bd9853c91a110f5d39177c9148009ddc;hb=b355973abcbe16875e717b8df28a3c1b8d424fb7;hp=d8bbf3e17b1f90ab7a54722c0d704307037478ef;hpb=78aaef9a0b6f106e648367b18b46b48d885f9213;p=notmuch diff --git a/Makefile.local b/Makefile.local index d8bbf3e1..d2e0c7a8 100644 --- a/Makefile.local +++ b/Makefile.local @@ -1,7 +1,7 @@ # -*- makefile-gmake -*- .PHONY: all -all: notmuch notmuch-shared build-man build-info ruby-bindings python-cffi-bindings +all: notmuch notmuch-shared build-man build-info ruby-bindings python-cffi-bindings notmuch-git ifeq ($(MAKECMDGOALS),) ifeq ($(shell cat .first-build-message 2>/dev/null),) @NOTMUCH_FIRST_BUILD=1 $(MAKE) --no-print-directory all @@ -45,6 +45,11 @@ $(SHA256_FILE): $(TAR_FILE) $(DETACHED_SIG_FILE): $(TAR_FILE) gpg --armor --detach-sign $^ +CLEAN := $(CLEAN) notmuch-git +notmuch-git: notmuch-git.py + cp $< $@ + chmod ugo+x $@ + .PHONY: dist dist: $(TAR_FILE)