unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 6c87a608c2b9118ddf36add8f1723aec71f57fbf 427 bytes (raw)
name: emacs/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
 
dir=emacs
emacs_sources=                 \
	$(dir)/notmuch.el      \
	$(dir)/notmuch-query.el

emacs_bytecode=$(subst .el,.elc,$(emacs_sources))

emacs: $(emacs_bytecode)

install-emacs: install emacs
	for d in $(DESTDIR)/$(emacs_lispdir) ; \
	do \
		install -d $$d ; \
	done ;
	for f in $(emacs_sources) $(emacs_bytecode); \
	do \
		install -m0644 $$f $(DESTDIR)$(emacs_lispdir) ;\
	done;

CLEAN := $(CLEAN) $(emacs_bytecode)

debug log:

solving 6c87a60 ...
found 6c87a60 in https://yhetil.org/notmuch/1267015920-8999-1-git-send-email-david@tethera.net/
found c6ca142 in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 c6ca142d7f347bb1c9905f1619b2e0d98d2e002e	emacs/Makefile.local

applying [1/1] https://yhetil.org/notmuch/1267015920-8999-1-git-send-email-david@tethera.net/
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index c6ca142..6c87a60 100644

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

index at:
100644 6c87a608c2b9118ddf36add8f1723aec71f57fbf	emacs/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).