X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=7699c208bb8eca696a35ae7ea0951a6fd8c44487;hb=552d9ec9f766762ffdd1f565fc88b0a980f15b39;hp=d8bbf3e17b1f90ab7a54722c0d704307037478ef;hpb=78aaef9a0b6f106e648367b18b46b48d885f9213;p=notmuch diff --git a/Makefile.local b/Makefile.local index d8bbf3e1..7699c208 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 nmbug ifeq ($(MAKECMDGOALS),) ifeq ($(shell cat .first-build-message 2>/dev/null),) @NOTMUCH_FIRST_BUILD=1 $(MAKE) --no-print-directory all @@ -45,6 +45,15 @@ $(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 $@ + +CLEAN := $(CLEAN) nmbug +nmbug: notmuch-git + ln -s $< $@ + .PHONY: dist dist: $(TAR_FILE)