From: Masatake YAMATO Date: Sun, 3 Oct 2021 19:47:56 +0000 (+0900) Subject: lsfd: add new man page to Makemodule.am X-Git-Tag: v2.38-rc1~144^2~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90833fa64f098bcfccdec6ff93c0730bc9727260;p=thirdparty%2Futil-linux.git lsfd: add new man page to Makemodule.am Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/Makemodule.am b/misc-utils/Makemodule.am index bfaffee81c..17f988910e 100644 --- a/misc-utils/Makemodule.am +++ b/misc-utils/Makemodule.am @@ -248,7 +248,7 @@ endif if BUILD_LSFD bin_PROGRAMS += lsfd -# MANPAGES += misc-utils/lsfd.1 +MANPAGES += misc-utils/lsfd.1 lsfd_SOURCES = \ misc-utils/lsfd.c \ misc-utils/lsfd.h \