[systemd-commits] Makefile-man.am man/pam_systemd.xml
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Mon Mar 4 10:17:45 PST 2013
Makefile-man.am | 2 +-
man/pam_systemd.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 47c490345256f2db32d8d883cd7c5243158a14e1
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Mon Mar 4 13:16:38 2013 -0500
build-sys: do not install pam_systemd(8) without PAM
diff --git a/Makefile-man.am b/Makefile-man.am
index 58271d2..e095c3e 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -15,7 +15,6 @@ MANPAGES += \
man/machine-id.5 \
man/machine-info.5 \
man/os-release.5 \
- man/pam_systemd.8 \
man/runlevel.8 \
man/sd-daemon.3 \
man/sd-id128.3 \
@@ -423,6 +422,7 @@ endif
if HAVE_PAM
MANPAGES += \
man/loginctl.1 \
+ man/pam_systemd.8 \
man/sd-login.3 \
man/sd_get_seats.3 \
man/sd_login_monitor_new.3 \
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml
index d74a918..2dc6651 100644
--- a/man/pam_systemd.xml
+++ b/man/pam_systemd.xml
@@ -21,7 +21,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
-->
-<refentry id="pam_systemd">
+<refentry id="pam_systemd" conditional='HAVE_PAM'>
<refentryinfo>
<title>pam_systemd</title>
More information about the systemd-commits
mailing list