summaryrefslogtreecommitdiff
path: root/modules/pam_selinux
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-04-27 15:34:04 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-04-27 15:34:04 +0000
commitf1d20950b42f0623068c13faf6b7ff116fbbcbfc (patch)
treef6a1db02a014c744ee66486a5f9846cf5ba5ed8a /modules/pam_selinux
parent0f5b1b11d286a1ac070b75b49631f6327b286fb4 (diff)
modules/*/Makefile.am: list manual pages in EXTRA_DIST uniformly
List in EXTRA_DIST those manual pages that are listed in man_MANS as $(MANS). * modules/pam_cracklib/Makefile.am (EXTRA_DIST): Replace pam_cracklib.8 with $(MANS). * modules/pam_keyinit/Makefile.am (EXTRA_DIST): Replace pam_keyinit.8 with $(MANS). * modules/pam_selinux/Makefile.am (EXTRA_DIST): Replace pam_selinux.8 with $(MANS). * modules/pam_sepermit/Makefile.am (EXTRA_DIST): Replace pam_sepermit.8 and sepermit.conf.5 with $(MANS). * modules/pam_tty_audit/Makefile.am (EXTRA_DIST): Replace pam_tty_audit.8 with $(MANS). * modules/pam_userdb/Makefile.am (EXTRA_DIST): Replace pam_userdb.8 with $(MANS).
Diffstat (limited to 'modules/pam_selinux')
-rw-r--r--modules/pam_selinux/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_selinux/Makefile.am b/modules/pam_selinux/Makefile.am
index e5b0a7d5..f8d23398 100644
--- a/modules/pam_selinux/Makefile.am
+++ b/modules/pam_selinux/Makefile.am
@@ -5,7 +5,7 @@
CLEANFILES = *~
MAINTAINERCLEANFILES = $(MANS) README
-EXTRA_DIST = README $(XMLS) pam_selinux.8 pam_selinux_check.8 $(TESTS)
+EXTRA_DIST = README $(MANS) $(XMLS) $(TESTS) pam_selinux_check.8
TESTS = tst-pam_selinux
if HAVE_DOC