diff options
-rw-r--r-- | modules/pam_cracklib/Makefile.am | 2 | ||||
-rw-r--r-- | modules/pam_selinux/Makefile.am | 2 | ||||
-rw-r--r-- | modules/pam_sepermit/Makefile.am | 2 | ||||
-rw-r--r-- | modules/pam_userdb/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/pam_cracklib/Makefile.am b/modules/pam_cracklib/Makefile.am index 4569dab0..562307ee 100644 --- a/modules/pam_cracklib/Makefile.am +++ b/modules/pam_cracklib/Makefile.am @@ -28,7 +28,7 @@ pam_cracklib_la_LIBADD = $(top_builddir)/libpam/libpam.la \ securelib_LTLIBRARIES = pam_cracklib.la if ENABLE_REGENERATE_MAN -noinst_DATA = README pam_cracklib.8 +noinst_DATA = README README: pam_cracklib.8.xml -include $(top_srcdir)/Make.xml.rules endif diff --git a/modules/pam_selinux/Makefile.am b/modules/pam_selinux/Makefile.am index c46d408e..c3a753c5 100644 --- a/modules/pam_selinux/Makefile.am +++ b/modules/pam_selinux/Makefile.am @@ -33,7 +33,7 @@ pam_selinux_check_LDADD = $(top_builddir)/libpam/libpam.la \ $(top_builddir)/libpam_misc/libpam_misc.la if ENABLE_REGENERATE_MAN -noinst_DATA = README pam_selinux.8 +noinst_DATA = README README: pam_selinux.8.xml -include $(top_srcdir)/Make.xml.rules endif diff --git a/modules/pam_sepermit/Makefile.am b/modules/pam_sepermit/Makefile.am index 1f68cf87..1ee5f7fa 100644 --- a/modules/pam_sepermit/Makefile.am +++ b/modules/pam_sepermit/Makefile.am @@ -37,7 +37,7 @@ install-data-local: mkdir -p $(DESTDIR)$(sepermitlockdir) if ENABLE_REGENERATE_MAN -noinst_DATA = README pam_sepermit.8 sepermit.conf.5 +noinst_DATA = README README: pam_sepermit.8.xml -include $(top_srcdir)/Make.xml.rules endif 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 |