From: Iker Pedrosa Date: Wed, 8 Jul 2026 13:57:05 +0000 (+0200) Subject: man/cs: fix distribution of Czech man pages X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b51f2c17f56d7e5faefc9e84a59dedcd8004bdbf;p=thirdparty%2Fshadow.git man/cs: fix distribution of Czech man pages The Czech Makefile.am was accidentally truncated during the groupmems removal. This caused the Czech man pages to be excluded from the release tarballs. Restoring the Makefile.am and regenerating the release fixes the problem. Fixes: 388ce70d ("*/: groupmems(8): Remove program") Closes: https://github.com/shadow-maint/shadow/issues/1666 Signed-off-by: Iker Pedrosa --- diff --git a/man/cs/Makefile.am b/man/cs/Makefile.am index 4e1271efe..e0100299e 100644 --- a/man/cs/Makefile.am +++ b/man/cs/Makefile.am @@ -15,3 +15,9 @@ man_MANS = \ man5/shadow.5 \ man1/su.1 \ man8/vipw.8 + +if ENABLE_LASTLOG +man_MANS += man8/lastlog.8 +endif + +EXTRA_DIST = $(man_MANS)