nss-pam-ldapd commit: r1946 - nss-pam-ldapd-0.8/man
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1946 - nss-pam-ldapd-0.8/man
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1946 - nss-pam-ldapd-0.8/man
- Date: Sun, 28 Apr 2013 16:16:28 +0200 (CEST)
Author: arthur
Date: Sun Apr 28 16:16:28 2013
New Revision: 1946
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1946&view=revision
Log:
fix the way manual pages are installed (b5b4239 from 0.9)
Modified:
nss-pam-ldapd-0.8/man/Makefile.am
Modified: nss-pam-ldapd-0.8/man/Makefile.am
==============================================================================
--- nss-pam-ldapd-0.8/man/Makefile.am Sun Apr 28 15:26:39 2013 (r1945)
+++ nss-pam-ldapd-0.8/man/Makefile.am Sun Apr 28 16:16:28 2013 (r1946)
@@ -19,21 +19,23 @@
PAM_MANS = pam_ldap.8
NSLCD_MANS = nslcd.conf.5 nslcd.8
-PYNSLCD_MANS = nslcd.conf.5 pynslcd.8
+PYNSLCD_MANS = pynslcd.8
ALL_MANS = $(PAM_MANS) $(NSLCD_MANS) $(PYNSLCD_MANS)
# figure out which manual pages to install
-INST_MANS =
+man_MANS =
if ENABLE_PAM
- INST_MANS += $(PAM_MANS)
+ man_MANS += $(PAM_MANS)
endif
if ENABLE_NSLCD
- INST_MANS += $(NSLCD_MANS)
+ man_MANS += $(NSLCD_MANS)
endif
if ENABLE_PYNSLCD
- INST_MANS += $(PYNSLCD_MANS)
+ man_MANS += $(PYNSLCD_MANS)
+if !ENABLE_NSLCD
+ man_MANS += nslcd.conf.5
+endif
endif
-man_MANS = $(INST_MANS:u)
noinst_DATA = $(ALL_MANS)
EXTRA_DIST = $(ALL_MANS) $(ALL_MANS:=.xml)
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1946 - nss-pam-ldapd-0.8/man,
Commits of the nss-pam-ldapd project