All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Duncan Roe <duncan_roe@optusnet.com.au>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH libnetfilter_queue v4 3/4] build: doc: VPATH builds work again
Date: Tue, 24 Aug 2021 12:28:40 +0200	[thread overview]
Message-ID: <20210824102840.GA30322@salvia> (raw)
In-Reply-To: <20210822041442.8394-3-duncan_roe@optusnet.com.au>

On Sun, Aug 22, 2021 at 02:14:41PM +1000, Duncan Roe wrote:
> Also get make distcleancheck to pass (only applies to VPATH builds).

Not sure I follow. What commit broke this?

Why does this need a separated patch?

> Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
> ---
>  doxygen/Makefile.am | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am
> index 37ed7aa..e788843 100644
> --- a/doxygen/Makefile.am
> +++ b/doxygen/Makefile.am
> @@ -9,7 +9,7 @@ doxyfile.stamp: $(doc_srcs) Makefile.am
>  # If so, sibling src directory will be empty:
>  # move it out of the way and symlink the real one while we run doxygen.
>  	[ -f ../src/Makefile.in ] || \
> -{ set -x; cd ..; mv src src.distcheck; ln -s $(top_srcdir)/src; }
> +{ set -x; cd ..; mv src src.distcheck; ln -s $(abs_top_srcdir)/src; }
>  
>  	cd ..; doxygen doxygen.cfg >/dev/null
>  
> @@ -228,7 +228,7 @@ CLEANFILES = doxyfile.stamp
>  
>  all-local: doxyfile.stamp
>  clean-local:
> -	rm -rf $(top_srcdir)/doxygen/man $(top_srcdir)/doxygen/html
> +	rm -rf man html
>  install-data-local:
>  if BUILD_MAN
>  	mkdir -p $(DESTDIR)$(mandir)/man3
> -- 
> 2.17.5
> 

  reply	other threads:[~2021-08-24 10:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-22  4:14 [PATCH libnetfilter_queue v4 1/4] build: doc: Fix NAME entry in man pages Duncan Roe
2021-08-22  4:14 ` [PATCH libnetfilter_queue v4 2/4] build: doc: can choose what to build and install Duncan Roe
2021-08-24 10:30   ` Pablo Neira Ayuso
2021-08-25  1:21     ` Duncan Roe
2021-08-22  4:14 ` [PATCH libnetfilter_queue v4 3/4] build: doc: VPATH builds work again Duncan Roe
2021-08-24 10:28   ` Pablo Neira Ayuso [this message]
2021-08-25  1:57     ` Duncan Roe
2021-08-25  2:20       ` Duncan Roe
2021-08-25  6:10       ` Pablo Neira Ayuso
2021-08-22  4:14 ` [PATCH libnetfilter_queue v4 4/4] build: doc: split off shell script from within doxygen/Makefile.am Duncan Roe
2021-08-24 10:30   ` Pablo Neira Ayuso
2021-08-25  4:15     ` Duncan Roe
2021-08-25  6:08       ` Pablo Neira Ayuso
2021-08-25  7:36         ` Duncan Roe

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=20210824102840.GA30322@salvia \
    --to=pablo@netfilter.org \
    --cc=duncan_roe@optusnet.com.au \
    --cc=netfilter-devel@vger.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.