From: Jeremy Sowden Date: Sun, 25 Oct 2020 13:15:47 +0000 (+0100) Subject: pknock: pknlusr: ensure man-page is included by `make dist` X-Git-Tag: v3.12~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b052ec0f7d6771c38df53e4bb6075ae543c79880;p=thirdparty%2Fxtables-addons.git pknock: pknlusr: ensure man-page is included by `make dist` Signed-off-by: Jeremy Sowden --- 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