unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Tomi Ollila <tomi.ollila@iki.fi>
To: Rory Yorke <rory.yorke@gmail.com>, notmuch@notmuchmail.org
Subject: Re: [PATCH] man/Makefile.local: allow out-of-tree 'make install'.
Date: Sun, 04 Aug 2013 00:12:33 +0300	[thread overview]
Message-ID: <m2mwoy32da.fsf@guru.guru-group.fi> (raw)
In-Reply-To: <1375522597-23428-1-git-send-email-rory.yorke@gmail.com>

On Sat, Aug 03 2013, Rory Yorke <rory.yorke@gmail.com> wrote:

> 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

Interesting...

$ grep '^dir ' **/Makefile*
compat/Makefile.local:dir := compat
completion/Makefile.local:dir := completion
emacs/Makefile.local:dir := emacs
lib/Makefile.local:dir := lib
man/Makefile.local:dir := man
parse-time-string/Makefile.local:dir := parse-time-string
performance-test/Makefile.local:dir := performance-test
test/Makefile.local:dir := test
util/Makefile.local:dir := util

So why $(srcdir)/ prefix is needed only here...

Tomi

  reply	other threads:[~2013-08-03 21:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-03  9:36 [PATCH] man/Makefile.local: allow out-of-tree 'make install' Rory Yorke
2013-08-03 21:12 ` Tomi Ollila [this message]
2013-08-04 12:36   ` Rory Yorke
2013-09-01 13:45     ` Jani Nikula

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2mwoy32da.fsf@guru.guru-group.fi \
    --to=tomi.ollila@iki.fi \
    --cc=notmuch@notmuchmail.org \
    --cc=rory.yorke@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).