diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-04-27 15:34:04 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-04-27 15:34:04 +0000 |
commit | ab0d7ae5d4b7fab299894ae447eff3f00663f2cc (patch) | |
tree | 2c26447af3e938c5dfd8e514b07f00243c6b875d /modules/pam_userdb | |
parent | 275eaa0a17dbefb18e48d8b649aa3156d892cbcc (diff) | |
download | pam-ab0d7ae5d4b7fab299894ae447eff3f00663f2cc.tar.gz pam-ab0d7ae5d4b7fab299894ae447eff3f00663f2cc.tar.bz2 pam-ab0d7ae5d4b7fab299894ae447eff3f00663f2cc.zip |
modules/*/Makefile.am: remove manual pages from noinst_DATA
Manual pages already belong to man_MANS, listing them also
in noinst_DATA does not help in any way.
* modules/pam_cracklib/Makefile.am (noinst_DATA): Remove pam_cracklib.8.
* modules/pam_selinux/Makefile.am (noinst_DATA): Remove pam_selinux.8.
* modules/pam_sepermit/Makefile.am (noinst_DATA): Remove pam_sepermit.8
and sepermit.conf.5.
* modules/pam_userdb/Makefile.am (noinst_DATA): Remove pam_userdb.8.
Diffstat (limited to 'modules/pam_userdb')
-rw-r--r-- | modules/pam_userdb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_userdb/Makefile.am b/modules/pam_userdb/Makefile.am index ca11d0e2..5f2e7c8a 100644 --- a/modules/pam_userdb/Makefile.am +++ b/modules/pam_userdb/Makefile.am @@ -30,7 +30,7 @@ pam_userdb_la_LIBADD = $(top_builddir)/libpam/libpam.la noinst_HEADERS = pam_userdb.h if ENABLE_REGENERATE_MAN -noinst_DATA = README pam_userdb.8 +noinst_DATA = README README: pam_userdb.8.xml -include $(top_srcdir)/Make.xml.rules endif |