All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gao Xiang <hsiangkao@linux.alibaba.com>
To: David Michael <fedora.dm0@gmail.com>
Cc: xiang@kernel.org, linux-erofs@lists.ozlabs.org
Subject: Re: [PATCH] erofs-utils: manpage: only install erofsfuse.1 with the command
Date: Fri, 4 Jun 2021 11:33:46 +0800	[thread overview]
Message-ID: <YLmfGgPplj/7YndG@B-P7TQMD6M-0146.local> (raw)
In-Reply-To: <87lf7q3dn2.fsf@gmail.com>

Hi David,

On Thu, Jun 03, 2021 at 04:18:57PM -0400, David Michael wrote:
> Signed-off-by: David Michael <fedora.dm0@gmail.com>
> ---
> 
> Hi,
> 
> Can the erofsfuse man page be made to install only when the program is
> installed?  This will clean up packaging a little bit.
> 
> Thanks.

Yeah, very sorry about the stupid mistake.

Reviewed-by: Gao Xiang <xiang@kernel.org>

(Will apply hours later.)

Thanks,
Gao Xiang

> 
> David
> 
>  man/Makefile.am | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/man/Makefile.am b/man/Makefile.am
> index ffcf6f8..0df947b 100644
> --- a/man/Makefile.am
> +++ b/man/Makefile.am
> @@ -1,5 +1,9 @@
>  # SPDX-License-Identifier: GPL-2.0+
>  # Makefile.am
>  
> -dist_man_MANS = mkfs.erofs.1 erofsfuse.1
> +dist_man_MANS = mkfs.erofs.1
>  
> +EXTRA_DIST = erofsfuse.1
> +if ENABLE_FUSE
> +man_MANS = erofsfuse.1
> +endif
> -- 
> 2.31.1

      reply	other threads:[~2021-06-04  3:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-03 20:18 [PATCH] erofs-utils: manpage: only install erofsfuse.1 with the command David Michael
2021-06-04  3:33 ` Gao Xiang [this message]

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

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

  git send-email \
    --in-reply-to=YLmfGgPplj/7YndG@B-P7TQMD6M-0146.local \
    --to=hsiangkao@linux.alibaba.com \
    --cc=fedora.dm0@gmail.com \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=xiang@kernel.org \
    /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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.