]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
man/cs: fix distribution of Czech man pages
authorIker Pedrosa <ipedrosa@redhat.com>
Wed, 8 Jul 2026 13:57:05 +0000 (15:57 +0200)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Wed, 8 Jul 2026 14:27:26 +0000 (16:27 +0200)
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 <ipedrosa@redhat.com>
man/cs/Makefile.am

index 4e1271efec70f15a03fad4502fef44a74a5d3e54..e0100299ed57b90a0314fa16e306907e9a19a0ba 100644 (file)
@@ -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)