All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libnetfilter_queue] build: doc: Be sure to rerun doxygen after ./configure
@ 2021-08-29  3:50 Duncan Roe
  2021-08-30  0:18 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Duncan Roe @ 2021-08-29  3:50 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

doxygen/Makefile was erroneously depending on Makefile.am when it should have
depended on itself.

Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
---
 doxygen/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am
index 738ebce..c6eeed7 100644
--- a/doxygen/Makefile.am
+++ b/doxygen/Makefile.am
@@ -10,7 +10,7 @@ doc_srcs = $(top_srcdir)/src/libnetfilter_queue.c\
            $(top_srcdir)/src/extra/udp.c\
            $(top_srcdir)/src/extra/icmp.c
 
-doxyfile.stamp: $(doc_srcs) Makefile.am
+doxyfile.stamp: $(doc_srcs) Makefile
 	rm -rf html man
 	doxygen doxygen.cfg >/dev/null
 
-- 
2.17.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH libnetfilter_queue] build: doc: Be sure to rerun doxygen after ./configure
  2021-08-29  3:50 [PATCH libnetfilter_queue] build: doc: Be sure to rerun doxygen after ./configure Duncan Roe
@ 2021-08-30  0:18 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2021-08-30  0:18 UTC (permalink / raw)
  To: Duncan Roe; +Cc: netfilter-devel

On Sun, Aug 29, 2021 at 01:50:51PM +1000, Duncan Roe wrote:
> doxygen/Makefile was erroneously depending on Makefile.am when it should have
> depended on itself.

Also applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-30  0:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-29  3:50 [PATCH libnetfilter_queue] build: doc: Be sure to rerun doxygen after ./configure Duncan Roe
2021-08-30  0:18 ` Pablo Neira Ayuso

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.