unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob a648a787aa5dbdbce2e0f4392626f5c7bea0f09a 689 bytes (raw)
name: completion/Makefile.local 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
# -*- makefile -*-

dir := completion

# The dir variable will be re-assigned to later, so we can't use it
# directly in any shell commands. Instead we save its value in other,
# private variables that we can use in the commands.
bash_script := $(srcdir)/$(dir)/notmuch-completion.bash
zsh_script := $(srcdir)/$(dir)/notmuch-completion.zsh

install: install-$(dir)

install-$(dir):
	@echo $@
ifeq ($(WITH_BASH),1)
	mkdir -p "$(DESTDIR)$(bash_completion_dir)"
	$(INSTALL) -m0644 $(bash_script) "$(DESTDIR)$(bash_completion_dir)/notmuch"
endif
ifeq ($(WITH_ZSH),1)
	mkdir -p "$(DESTDIR)$(zsh_completion_dir)"
	$(INSTALL) -m0644 $(zsh_script) "$(DESTDIR)$(zsh_completion_dir)/_notmuch"
endif

debug log:

solving a648a78 ...
found a648a78 in https://yhetil.org/notmuch/1352142123-18286-6-git-send-email-blakej@foo.net/ ||
	https://yhetil.org/notmuch/1351998962-25135-6-git-send-email-blakej@foo.net/ ||
	https://yhetil.org/notmuch/1352859005-18631-6-git-send-email-blakej@foo.net/
found dfc1271 in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 dfc12713301dc7891008e0000a3e26db78519557	completion/Makefile.local

applying [1/1] https://yhetil.org/notmuch/1352142123-18286-6-git-send-email-blakej@foo.net/
diff --git a/completion/Makefile.local b/completion/Makefile.local
index dfc1271..a648a78 100644

Checking patch completion/Makefile.local...
Applied patch completion/Makefile.local cleanly.

skipping https://yhetil.org/notmuch/1351998962-25135-6-git-send-email-blakej@foo.net/ for a648a78
skipping https://yhetil.org/notmuch/1352859005-18631-6-git-send-email-blakej@foo.net/ for a648a78
index at:
100644 a648a787aa5dbdbce2e0f4392626f5c7bea0f09a	completion/Makefile.local

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).