Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id EF5D2431FAF for ; Sat, 3 Aug 2013 02:37:18 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kHPxIkZazFNn for ; Sat, 3 Aug 2013 02:37:13 -0700 (PDT) Received: from mail-ea0-f181.google.com (mail-ea0-f181.google.com [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 50F16431FAE for ; Sat, 3 Aug 2013 02:37:13 -0700 (PDT) Received: by mail-ea0-f181.google.com with SMTP id d10so724362eaj.26 for ; Sat, 03 Aug 2013 02:37:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=3gBe3nePIe3cXRDvNNhbokEdPVOnJwKu8blUJVESoAc=; b=ioopPIUcSpGwOzBMFhvZbbmM/xdBH6f5sHXgUy8hDvOddlGiroeZIZABDXbqeqXoUT wk61esoINUN++zOkQQwGwZxOkmd/OCMduwFMMGsPCulVNoDVBtXTjFDt6WXz3jAPMb7W L6Qup8ZExYx7yen7GTRYl10m0XkL2YiL1H2/Ow2VzjNDUeeyQOlmoTdqaB/WCuKmC36i 4Hy5ZLr411E4mKSRO9a6DGJcedvFwIGWmL6OUJoGq9ElJBF33o+5dh8E8WgpXkvzx0Zx EZyyAVZ/cWbWxX0OS60aUgxJsaCGiQzofZ5CqbctQyg3pjcIQjEqadIBzi8ewaAkMKTe SyhA== X-Received: by 10.14.221.72 with SMTP id q48mr8795192eep.94.1375522630909; Sat, 03 Aug 2013 02:37:10 -0700 (PDT) Received: from rory-Inspiron-3521 (ti-225-82-132.telkomadsl.co.za. [105.225.82.132]) by mx.google.com with ESMTPSA id p5sm17884828eeg.5.2013.08.03.02.37.08 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 03 Aug 2013 02:37:10 -0700 (PDT) Received: by rory-Inspiron-3521 (Postfix, from userid 1000) id 7851B1600344; Sat, 3 Aug 2013 11:36:55 +0200 (SAST) From: Rory Yorke To: notmuch@notmuchmail.org Subject: [PATCH] man/Makefile.local: allow out-of-tree 'make install'. Date: Sat, 3 Aug 2013 11:36:37 +0200 Message-Id: <1375522597-23428-1-git-send-email-rory.yorke@gmail.com> X-Mailer: git-send-email 1.8.1.2 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Sat, 03 Aug 2013 09:37:19 -0000 Change man-page source directory ('dir') to refer to srcdir. --- man/Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/Makefile.local b/man/Makefile.local index 216aaa0..768f4cf 100644 --- a/man/Makefile.local +++ b/man/Makefile.local @@ -1,6 +1,6 @@ # -*- Makefile -*- -dir := man +dir := $(srcdir)/man # this variable seems to be needed to prevent lazy evaluation causing # problems with $(dir) changing values. -- 1.8.1.2