From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 55BEE6DE1339 for ; Mon, 21 Nov 2016 13:15:51 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.549 X-Spam-Level: X-Spam-Status: No, score=-0.549 tagged_above=-999 required=5 tests=[AWL=0.171, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eS6xEfRwUY8e for ; Mon, 21 Nov 2016 13:15:50 -0800 (PST) Received: from mail-qt0-f195.google.com (mail-qt0-f195.google.com [209.85.216.195]) by arlo.cworth.org (Postfix) with ESMTPS id BF1A96DE12BA for ; Mon, 21 Nov 2016 13:15:45 -0800 (PST) Received: by mail-qt0-f195.google.com with SMTP id m48so27156218qta.2 for ; Mon, 21 Nov 2016 13:15:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=j/jcG5YyS5rKq2/mo4+Tl06/S9oEVXxBcmeTUtC6LZw=; b=k9vlY8rgWLpGWh2vmgEhSf4Kn4SNAs3v8Y811xh+efhnho533yasmttHJ8IDB4Snhx WYmcYrsySuRhPev/QK0q8+4uDkX/qO1/roUlnXzGfsamyV8n/Dv8MvMj0a9jxYopWC7p nzZoqU9ZDV1CrPNSAiR3LMdecvBzCzz2R5fBUh/YSfnNJXKkR1akX3SbQ992+h/dejXv tYuidAfgJ8UgC2hG9a/TJWpHTli2iSqyTWJyp7z49BcxsORC1sCYz/2GSOkZiJVWhnbi 3Y6mDiiHW855n+AVJ8NJy7pM9oqwNRe6l+jlPcW7MaxIh4f6l+5lPnRkmCEQURs7rDNO nw7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=j/jcG5YyS5rKq2/mo4+Tl06/S9oEVXxBcmeTUtC6LZw=; b=BKuEFk8+ATm2akGNAybo3JQrI7ZeA8cyDRQgYBJ9tBRUQWeUWOwEr9OMK4XbRWEUWt 4J3iyxMFiScgFf6W9cnJsJo+p6L2qjGLn6oMH+6jOXd8Bn1agq6elnKsHjpNS/40HD2Y qKU7XcsEK0bdJfNcicjIDBhw97M8AFYNd+N3oJCRW6eVKra8KMABlzVZ7Xu6nx1H9MnZ 1iq+lQxNn2KrmGVPm2esz6F8KQfuxLanAd+CL1gEi0WvbZCEzoL7Gq0OMI81Z4KbMV/I Vm6f2Dem2znQldltkK4HuKMd35GWA2zF8fiiF/e5iDKHcs/+7MP96mnmzag69vDIlxUm jOwA== X-Gm-Message-State: AKaTC02miJnNC7+IT9eAL1LQLKicyyS5cTwnV65w4anOXOdf06mPT1Sv6fpsoKZxJ9sUjQ== X-Received: by 10.25.206.3 with SMTP id e3mr4059955lfg.42.1479762943702; Mon, 21 Nov 2016 13:15:43 -0800 (PST) Received: from localhost (mobile-access-bcee98-78.dhcp.inet.fi. [188.238.152.78]) by smtp.gmail.com with ESMTPSA id o196sm5623473lff.20.2016.11.21.13.15.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Nov 2016 13:15:43 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v2 5/9] build: install notmuch-emacs-mua with notmuch-emacs Date: Mon, 21 Nov 2016 23:13:37 +0200 Message-Id: <4d163b18886fca3467c154ff0db8c3bf3cbee3a4.1479762655.git.jani@nikula.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 21:15:51 -0000 notmuch-emacs-mua is good enough to be installed with notmuch-emacs. --- emacs/Makefile.local | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs/Makefile.local b/emacs/Makefile.local index 90a57cca74ed..8ab7b1260924 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -36,6 +36,8 @@ $(dir)/notmuch-pkg.el: $(srcdir)/$(dir)/notmuch-pkg.el.tmpl all: $(dir)/notmuch-pkg.el install-emacs: $(dir)/notmuch-pkg.el +emacs_mua := $(dir)/notmuch-emacs-mua + emacs_images := \ $(srcdir)/$(dir)/notmuch-logo.png @@ -91,5 +93,7 @@ ifeq ($(HAVE_EMACS),1) endif mkdir -p "$(DESTDIR)$(emacsetcdir)" install -m0644 $(emacs_images) "$(DESTDIR)$(emacsetcdir)" + mkdir -p "$(DESTDIR)$(prefix)/bin/" + install $(emacs_mua) "$(DESTDIR)$(prefix)/bin" CLEAN := $(CLEAN) $(emacs_bytecode) $(dir)/notmuch-version.el $(dir)/notmuch-pkg.el -- 2.1.4