X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile-man.am;h=e095c3e765dd00fe8707a7fb54dccc78c8f430a7;hb=47c490345256f2db32d8d883cd7c5243158a14e1;hp=526c05d52132ee6f6c907432b24b397cd03deb8e;hpb=81516adcb71a47837544340f72eb8ee810274119;p=elogind.git diff --git a/Makefile-man.am b/Makefile-man.am index 526c05d52..e095c3e76 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -1,5 +1,5 @@ # Do not edit. Generated by make-man-rules.py. -# Regenerate with 'make update-man-list'. +# Regenerate with 'make all update-man-list'. MANPAGES += \ man/bootup.7 \ @@ -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 \ @@ -44,6 +43,7 @@ MANPAGES += \ man/shutdown.8 \ man/sysctl.d.5 \ man/systemctl.1 \ + man/systemd-activate.8 \ man/systemd-analyze.1 \ man/systemd-ask-password-console.service.8 \ man/systemd-ask-password.1 \ @@ -321,6 +321,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 @@ -413,7 +422,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 \ @@ -421,7 +430,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 \ @@ -445,7 +453,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 @@ -468,7 +475,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