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 7EEF1431FB6 for ; Sun, 1 Sep 2013 06:45:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 mbUcUAiWmo7H for ; Sun, 1 Sep 2013 06:45:16 -0700 (PDT) Received: from mail-ea0-f176.google.com (mail-ea0-f176.google.com [209.85.215.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C338D431FAE for ; Sun, 1 Sep 2013 06:45:15 -0700 (PDT) Received: by mail-ea0-f176.google.com with SMTP id q16so1819356ead.35 for ; Sun, 01 Sep 2013 06:45:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=sGjeAhDNO1pAhzsqx5h56jnMl7fawI3lSwr+YTKmd10=; b=W9jHNSG25GYWPFrAmG8tn9lpVDTiT2eRmnEAHWZuIQbilmBxipR6/2rm/oDA0tnEFG m08nGC55JuMhwzjb9gNjoNiNN8kd+VFTkc5xa1sXSM9B25MAALMev5LmAW6p7llECUzK 2Xk7B8CEBO7EDbwQ1VgkVa8l40onSWNlEqHz0/2I+PM0kB+6PopTpShC7VfqW/G5bmqf ip1nS3puIQtXvAkqtO5qaq71ZP845UuK/SlFjXEf8vrLMp8VFyEHsUjo86sPuDz8f9Fb XUtwqYjMUsVV3vTK+7dUCkktHwncLAZXwC4uFoysP0Wic5vBX1EB8cjxNGwKJsdvq32b qGlA== X-Gm-Message-State: ALoCoQnkwfDCa6y0OHZ84wVLzpvrcTb/aCxeF27JCpge7FnhyRnoxNwa3hQQKy0tg8xHhec0XoUp X-Received: by 10.14.183.2 with SMTP id p2mr4053266eem.44.1378043114506; Sun, 01 Sep 2013 06:45:14 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id z12sm13483045eev.6.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 01 Sep 2013 06:45:13 -0700 (PDT) From: Jani Nikula To: Rory Yorke , Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH] man/Makefile.local: allow out-of-tree 'make install'. In-Reply-To: <871u69pr8p.fsf@gmail.com> References: <1375522597-23428-1-git-send-email-rory.yorke@gmail.com> <871u69pr8p.fsf@gmail.com> User-Agent: Notmuch/0.16 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Sun, 01 Sep 2013 16:45:14 +0300 Message-ID: <87sixosljp.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain 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: Sun, 01 Sep 2013 13:45:23 -0000 On Sun, 04 Aug 2013, Rory Yorke wrote: > I see the gzipped man files end up in the source tree; I guess ideally > they'd be in the build tree? Yes; the main point of out-of-tree builds and installs is not to touch the source tree. While I don't have a fix to offer to solve the problem, I'm afraid your patch isn't the fix either. BR, Jani.