By using `dist_man_MANS`, instead of `man_MANS`, we no longer need to include the man-pages in `EXTRA_DIST`. Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0e5721472cb2..7ea5db55a2cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,9 @@ ACLOCAL_AMFLAGS = -I m4 -man_MANS = ulogd.8 +dist_man_MANS = ulogd.8 -EXTRA_DIST = $(man_MANS) ulogd.conf.in doc +EXTRA_DIST = ulogd.conf.in doc SUBDIRS = include libipulog src input filter output -- 2.33.0