unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 6486d90b5d5e560ceee1542aefec284731d2369b 776 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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 
# -*- makefile -*-

dir := emacs
emacs_sources := \
	$(dir)/notmuch-lib.el \
	$(dir)/notmuch.el \
	$(dir)/notmuch-query.el \
	$(dir)/notmuch-show.el \
	$(dir)/notmuch-wash.el
	$(dir)/notmuch-hello.el

emacs_images := \
	$(dir)/notmuch-logo.png

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

%.elc: %.el
	$(call quiet,EMACS) --directory emacs -batch -f batch-byte-compile $<

ifeq ($(HAVE_EMACS),1)
all: $(emacs_bytecode)
endif

install: install-emacs

.PHONY: install-emacs
install-emacs:
	mkdir -p $(DESTDIR)$(emacslispdir)
	install -m0644 $(emacs_sources) $(DESTDIR)$(emacslispdir)
ifeq ($(HAVE_EMACS),1)
	install -m0644 $(emacs_bytecode) $(DESTDIR)$(emacslispdir)
endif
	install -m0644 $(emacs_images) $(DESTDIR)$(emacslispdir)

CLEAN := $(CLEAN) $(emacs_bytecode)

debug log:

solving 6486d90 ...
found 6486d90 in https://yhetil.org/notmuch/1271924853-8183-1-git-send-email-dme@dme.org/
found f759c0d in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 f759c0dc3f5daa7bbe3ddf1eeb26a8e58c20384f	emacs/Makefile.local

applying [1/1] https://yhetil.org/notmuch/1271924853-8183-1-git-send-email-dme@dme.org/
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index f759c0d..6486d90 100644

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

index at:
100644 6486d90b5d5e560ceee1542aefec284731d2369b	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).