build-sys: do not install pam_systemd(8) without PAM

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2013-03-04 13:16:38 -05:00
parent 4fe5211923
commit 47c4903452
2 changed files with 2 additions and 2 deletions

View File

@@ -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 \

View File

@@ -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>