summaryrefslogtreecommitdiff
path: root/modules/pam_lastlog/Makefile.am
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-05-03 01:18:44 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-05-03 12:21:11 +0000
commitb0321cdeccdc90f77623e14f5c9e0a52b1c5b8a6 (patch)
treef8073e783d643c465ad631862299cc1e256ea835 /modules/pam_lastlog/Makefile.am
parent6143f630f468b6d34597e01606024ee28a411ea3 (diff)
modules/*/Makefile.am: rename man_MANS to dist_man_MANS
... and remove $(MANS) from EXTRA_DIST. The change is performed automatically using the following script: sed -i 's/^man_MANS/dist_&/; /^EXTRA_DIST/ s/ \$(MANS)//' modules/*/Makefile.am
Diffstat (limited to 'modules/pam_lastlog/Makefile.am')
-rw-r--r--modules/pam_lastlog/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pam_lastlog/Makefile.am b/modules/pam_lastlog/Makefile.am
index 1361436f..eda816a0 100644
--- a/modules/pam_lastlog/Makefile.am
+++ b/modules/pam_lastlog/Makefile.am
@@ -5,10 +5,10 @@
CLEANFILES = *~
MAINTAINERCLEANFILES = $(MANS) README
-EXTRA_DIST = $(MANS) $(XMLS) $(TESTS)
+EXTRA_DIST = $(XMLS) $(TESTS)
if HAVE_DOC
-man_MANS = pam_lastlog.8
+dist_man_MANS = pam_lastlog.8
endif
XMLS = README.xml pam_lastlog.8.xml
TESTS = tst-pam_lastlog