From b052ec0f7d6771c38df53e4bb6075ae543c79880 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sun, 25 Oct 2020 14:15:47 +0100 Subject: [PATCH] pknock: pknlusr: ensure man-page is included by `make dist` Signed-off-by: Jeremy Sowden --- extensions/pknock/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/pknock/Makefile.am b/extensions/pknock/Makefile.am index e62c108..3552870 100644 --- a/extensions/pknock/Makefile.am +++ b/extensions/pknock/Makefile.am @@ -6,4 +6,4 @@ AM_CFLAGS = ${regular_CFLAGS} ${libxtables_CFLAGS} include ../../Makefile.extra sbin_PROGRAMS = pknlusr -man_MANS = pknlusr.8 +dist_man_MANS = pknlusr.8