chiark / gitweb /
core: if we cannot JOB_ISOLATE the default target JOB_REPLACE it instead
[elogind.git] / Makefile-man.am
index d02fff05e215990bd2f87c2164176baed0fd8134..8d48ee05efada08db77b93bcfe741d4006c61340 100644 (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 \
@@ -51,7 +50,6 @@ MANPAGES += \
        man/systemd-cat.1 \
        man/systemd-cgls.1 \
        man/systemd-cgtop.1 \
-       man/systemd-coredumpctl.1 \
        man/systemd-delta.1 \
        man/systemd-detect-virt.1 \
        man/systemd-fsck@.service.8 \
@@ -304,6 +302,14 @@ MANPAGES_ALIAS += \
 
 endif
 
+if ENABLE_COREDUMP
+MANPAGES += \
+       man/systemd-coredumpctl.1
+MANPAGES_ALIAS += \
+       #
+
+endif
+
 if ENABLE_HOSTNAMED
 MANPAGES += \
        man/hostnamectl.1 \
@@ -322,6 +328,15 @@ MANPAGES_ALIAS += \
 man/systemd-localed.8: man/systemd-localed.service.8
 endif
 
+if ENABLE_LOGIND
+MANPAGES += \
+       man/logind.conf.5 \
+       man/systemd-logind.service.8
+MANPAGES_ALIAS += \
+       man/systemd-logind.8
+man/systemd-logind.8: man/systemd-logind.service.8
+endif
+
 if ENABLE_QUOTACHECK
 MANPAGES += \
        man/systemd-quotacheck.service.8
@@ -414,7 +429,7 @@ endif
 if HAVE_PAM
 MANPAGES += \
        man/loginctl.1 \
-       man/logind.conf.5 \
+       man/pam_systemd.8 \
        man/sd-login.3 \
        man/sd_get_seats.3 \
        man/sd_login_monitor_new.3 \
@@ -422,7 +437,6 @@ MANPAGES += \
        man/sd_seat_get_active.3 \
        man/sd_session_is_active.3 \
        man/sd_uid_get_state.3 \
-       man/systemd-logind.service.8 \
        man/systemd-user-sessions.service.8
 MANPAGES_ALIAS += \
        man/sd_get_sessions.3 \
@@ -446,7 +460,6 @@ MANPAGES_ALIAS += \
        man/sd_uid_get_seats.3 \
        man/sd_uid_get_sessions.3 \
        man/sd_uid_is_on_seat.3 \
-       man/systemd-logind.8 \
        man/systemd-user-sessions.8
 man/sd_get_sessions.3: man/sd_get_seats.3
 man/sd_get_uids.3: man/sd_get_seats.3
@@ -469,7 +482,6 @@ man/sd_session_get_uid.3: man/sd_session_is_active.3
 man/sd_uid_get_seats.3: man/sd_uid_get_state.3
 man/sd_uid_get_sessions.3: man/sd_uid_get_state.3
 man/sd_uid_is_on_seat.3: man/sd_uid_get_state.3
-man/systemd-logind.8: man/systemd-logind.service.8
 man/systemd-user-sessions.8: man/systemd-user-sessions.service.8
 endif