chiark / gitweb /
Add a bit more explicit message, to help confused users
[elogind.git] / Makefile-man.am
index 807ad783fb7637f3255d08b27810629c5e31b242..c8a43423961aee697d8e7cf39109c1442895bbfd 100644 (file)
@@ -52,9 +52,11 @@ MANPAGES += \
        man/systemd-cgtop.1 \
        man/systemd-delta.1 \
        man/systemd-detect-virt.1 \
+       man/systemd-efi-boot-generator.8 \
        man/systemd-fsck@.service.8 \
        man/systemd-fstab-generator.8 \
        man/systemd-getty-generator.8 \
+       man/systemd-gpt-auto-generator.8 \
        man/systemd-halt.service.8 \
        man/systemd-inhibit.1 \
        man/systemd-initctl.service.8 \
@@ -63,6 +65,7 @@ MANPAGES += \
        man/systemd-notify.1 \
        man/systemd-nspawn.1 \
        man/systemd-remount-fs.service.8 \
+       man/systemd-run.1 \
        man/systemd-shutdownd.service.8 \
        man/systemd-sleep.conf.5 \
        man/systemd-suspend.service.8 \
@@ -82,7 +85,10 @@ MANPAGES += \
        man/systemd.mount.5 \
        man/systemd.path.5 \
        man/systemd.preset.5 \
+       man/systemd.resource-control.5 \
+       man/systemd.scope.5 \
        man/systemd.service.5 \
+       man/systemd.slice.5 \
        man/systemd.snapshot.5 \
        man/systemd.socket.5 \
        man/systemd.special.7 \
@@ -118,7 +124,6 @@ MANPAGES_ALIAS += \
        man/SD_JOURNAL_RUNTIME_ONLY.3 \
        man/SD_JOURNAL_SUPPRESS_LOCATION.3 \
        man/SD_JOURNAL_SYSTEM.3 \
-       man/SD_JOURNAL_SYSTEM_ONLY.3 \
        man/SD_LISTEN_FDS_START.3 \
        man/SD_NOTICE.3 \
        man/SD_WARNING.3 \
@@ -219,7 +224,6 @@ man/SD_JOURNAL_NOP.3: man/sd_journal_get_fd.3
 man/SD_JOURNAL_RUNTIME_ONLY.3: man/sd_journal_open.3
 man/SD_JOURNAL_SUPPRESS_LOCATION.3: man/sd_journal_print.3
 man/SD_JOURNAL_SYSTEM.3: man/sd_journal_open.3
-man/SD_JOURNAL_SYSTEM_ONLY.3: man/sd_journal_open.3
 man/SD_LISTEN_FDS_START.3: man/sd_listen_fds.3
 man/SD_NOTICE.3: man/sd-daemon.3
 man/SD_WARNING.3: man/sd-daemon.3
@@ -364,9 +368,6 @@ man/SD_JOURNAL_SUPPRESS_LOCATION.html: man/sd_journal_print.html
 man/SD_JOURNAL_SYSTEM.html: man/sd_journal_open.html
        $(html-alias)
 
-man/SD_JOURNAL_SYSTEM_ONLY.html: man/sd_journal_open.html
-       $(html-alias)
-
 man/SD_LISTEN_FDS_START.html: man/sd_listen_fds.html
        $(html-alias)
 
@@ -602,6 +603,17 @@ man/systemd-user.conf.html: man/systemd-system.conf.html
        $(html-alias)
 
 
+if ENABLE_BACKLIGHT
+MANPAGES += \
+       man/systemd-backlight@.service.8
+MANPAGES_ALIAS += \
+       man/systemd-backlight.8
+man/systemd-backlight.8: man/systemd-backlight@.service.8
+man/systemd-backlight.html: man/systemd-backlight@.service.html
+       $(html-alias)
+
+endif
+
 if ENABLE_BINFMT
 MANPAGES += \
        man/binfmt.d.5 \
@@ -659,6 +671,7 @@ endif
 
 if ENABLE_LOGIND
 MANPAGES += \
+       man/loginctl.1 \
        man/logind.conf.5 \
        man/systemd-logind.service.8
 MANPAGES_ALIAS += \
@@ -669,6 +682,18 @@ man/systemd-logind.html: man/systemd-logind.service.html
 
 endif
 
+if ENABLE_MACHINED
+MANPAGES += \
+       man/machinectl.1 \
+       man/systemd-machined.service.8
+MANPAGES_ALIAS += \
+       man/systemd-machined.8
+man/systemd-machined.8: man/systemd-machined.service.8
+man/systemd-machined.html: man/systemd-machined.service.html
+       $(html-alias)
+
+endif
+
 if ENABLE_QUOTACHECK
 MANPAGES += \
        man/systemd-quotacheck.service.8
@@ -795,7 +820,6 @@ endif
 
 if HAVE_PAM
 MANPAGES += \
-       man/loginctl.1 \
        man/pam_systemd.8 \
        man/sd-login.3 \
        man/sd_get_seats.3 \
@@ -817,6 +841,7 @@ MANPAGES_ALIAS += \
        man/sd_login_monitor_unref.3 \
        man/sd_pid_get_machine_name.3 \
        man/sd_pid_get_owner_uid.3 \
+       man/sd_pid_get_slice.3 \
        man/sd_pid_get_unit.3 \
        man/sd_pid_get_user_unit.3 \
        man/sd_seat_can_multi_session.3 \
@@ -829,6 +854,7 @@ MANPAGES_ALIAS += \
        man/sd_session_get_tty.3 \
        man/sd_session_get_type.3 \
        man/sd_session_get_uid.3 \
+       man/sd_session_get_vt.3 \
        man/sd_uid_get_seats.3 \
        man/sd_uid_get_sessions.3 \
        man/sd_uid_is_on_seat.3 \
@@ -844,6 +870,7 @@ man/sd_login_monitor_get_timeout.3: man/sd_login_monitor_new.3
 man/sd_login_monitor_unref.3: man/sd_login_monitor_new.3
 man/sd_pid_get_machine_name.3: man/sd_pid_get_session.3
 man/sd_pid_get_owner_uid.3: man/sd_pid_get_session.3
+man/sd_pid_get_slice.3: man/sd_pid_get_session.3
 man/sd_pid_get_unit.3: man/sd_pid_get_session.3
 man/sd_pid_get_user_unit.3: man/sd_pid_get_session.3
 man/sd_seat_can_multi_session.3: man/sd_seat_get_active.3
@@ -856,6 +883,7 @@ man/sd_session_get_state.3: man/sd_session_is_active.3
 man/sd_session_get_tty.3: man/sd_session_is_active.3
 man/sd_session_get_type.3: man/sd_session_is_active.3
 man/sd_session_get_uid.3: man/sd_session_is_active.3
+man/sd_session_get_vt.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
@@ -893,6 +921,9 @@ man/sd_pid_get_machine_name.html: man/sd_pid_get_session.html
 man/sd_pid_get_owner_uid.html: man/sd_pid_get_session.html
        $(html-alias)
 
+man/sd_pid_get_slice.html: man/sd_pid_get_session.html
+       $(html-alias)
+
 man/sd_pid_get_unit.html: man/sd_pid_get_session.html
        $(html-alias)
 
@@ -929,6 +960,9 @@ man/sd_session_get_type.html: man/sd_session_is_active.html
 man/sd_session_get_uid.html: man/sd_session_is_active.html
        $(html-alias)
 
+man/sd_session_get_vt.html: man/sd_session_is_active.html
+       $(html-alias)
+
 man/sd_uid_get_seats.html: man/sd_uid_get_state.html
        $(html-alias)