chiark / gitweb /
journalctl,zsh-completion: fix several issues in --help message text
[elogind.git] / Makefile-man.am
index bef749af8662135564e2a350a068d079c919636e..381194929695f060a39500c2d74e81c3bc04a78d 100644 (file)
@@ -20,6 +20,7 @@ MANPAGES += \
        man/sd-id128.3 \
        man/sd-journal.3 \
        man/sd_booted.3 \
+       man/sd_bus_request_name.3 \
        man/sd_id128_get_machine.3 \
        man/sd_id128_randomize.3 \
        man/sd_id128_to_string.3 \
@@ -52,9 +53,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 \
@@ -66,6 +69,7 @@ MANPAGES += \
        man/systemd-run.1 \
        man/systemd-shutdownd.service.8 \
        man/systemd-sleep.conf.5 \
+       man/systemd-socket-proxyd.8 \
        man/systemd-suspend.service.8 \
        man/systemd-sysctl.service.8 \
        man/systemd-system-update-generator.8 \
@@ -83,7 +87,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 \
@@ -125,6 +132,7 @@ MANPAGES_ALIAS += \
        man/init.1 \
        man/poweroff.8 \
        man/reboot.8 \
+       man/sd_bus_release_name.3 \
        man/sd_id128_equal.3 \
        man/sd_id128_from_string.3 \
        man/sd_id128_get_boot.3 \
@@ -133,6 +141,7 @@ MANPAGES_ALIAS += \
        man/sd_is_socket.3 \
        man/sd_is_socket_inet.3 \
        man/sd_is_socket_unix.3 \
+       man/sd_is_special.3 \
        man/sd_journal.3 \
        man/sd_journal_add_conjunction.3 \
        man/sd_journal_add_disjunction.3 \
@@ -225,6 +234,7 @@ man/SD_WARNING.3: man/sd-daemon.3
 man/init.1: man/systemd.1
 man/poweroff.8: man/halt.8
 man/reboot.8: man/halt.8
+man/sd_bus_release_name.3: man/sd_bus_request_name.3
 man/sd_id128_equal.3: man/sd-id128.3
 man/sd_id128_from_string.3: man/sd_id128_to_string.3
 man/sd_id128_get_boot.3: man/sd_id128_get_machine.3
@@ -233,6 +243,7 @@ man/sd_is_mq.3: man/sd_is_fifo.3
 man/sd_is_socket.3: man/sd_is_fifo.3
 man/sd_is_socket_inet.3: man/sd_is_fifo.3
 man/sd_is_socket_unix.3: man/sd_is_fifo.3
+man/sd_is_special.3: man/sd_is_fifo.3
 man/sd_journal.3: man/sd_journal_open.3
 man/sd_journal_add_conjunction.3: man/sd_journal_add_match.3
 man/sd_journal_add_disjunction.3: man/sd_journal_add_match.3
@@ -381,6 +392,9 @@ man/poweroff.html: man/halt.html
 man/reboot.html: man/halt.html
        $(html-alias)
 
+man/sd_bus_release_name.html: man/sd_bus_request_name.html
+       $(html-alias)
+
 man/sd_id128_equal.html: man/sd-id128.html
        $(html-alias)
 
@@ -405,6 +419,9 @@ man/sd_is_socket_inet.html: man/sd_is_fifo.html
 man/sd_is_socket_unix.html: man/sd_is_fifo.html
        $(html-alias)
 
+man/sd_is_special.html: man/sd_is_fifo.html
+       $(html-alias)
+
 man/sd_journal.html: man/sd_journal_open.html
        $(html-alias)
 
@@ -598,6 +615,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 \
@@ -627,6 +655,15 @@ MANPAGES_ALIAS += \
        #
 
 
+endif
+
+if ENABLE_EFI
+MANPAGES += \
+       man/bootctl.1
+MANPAGES_ALIAS += \
+       #
+
+
 endif
 
 if ENABLE_HOSTNAMED
@@ -678,6 +715,17 @@ man/systemd-machined.html: man/systemd-machined.service.html
 
 endif
 
+if ENABLE_NETWORKD
+MANPAGES += \
+       man/systemd-networkd.service.8
+MANPAGES_ALIAS += \
+       man/systemd-networkd.8
+man/systemd-networkd.8: man/systemd-networkd.service.8
+man/systemd-networkd.html: man/systemd-networkd.service.html
+       $(html-alias)
+
+endif
+
 if ENABLE_QUOTACHECK
 MANPAGES += \
        man/systemd-quotacheck.service.8
@@ -728,6 +776,17 @@ man/systemd-readahead.html: man/systemd-readahead-replay.service.html
 
 endif
 
+if ENABLE_RFKILL
+MANPAGES += \
+       man/systemd-rfkill@.service.8
+MANPAGES_ALIAS += \
+       man/systemd-rfkill.8
+man/systemd-rfkill.8: man/systemd-rfkill@.service.8
+man/systemd-rfkill.html: man/systemd-rfkill@.service.html
+       $(html-alias)
+
+endif
+
 if ENABLE_TIMEDATED
 MANPAGES += \
        man/systemd-timedated.service.8 \
@@ -825,9 +884,12 @@ 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_graphical.3 \
        man/sd_seat_can_multi_session.3 \
+       man/sd_seat_can_tty.3 \
        man/sd_seat_get_sessions.3 \
        man/sd_session_get_class.3 \
        man/sd_session_get_display.3 \
@@ -837,6 +899,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 \
@@ -852,9 +915,12 @@ 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_graphical.3: man/sd_seat_get_active.3
 man/sd_seat_can_multi_session.3: man/sd_seat_get_active.3
+man/sd_seat_can_tty.3: man/sd_seat_get_active.3
 man/sd_seat_get_sessions.3: man/sd_seat_get_active.3
 man/sd_session_get_class.3: man/sd_session_is_active.3
 man/sd_session_get_display.3: man/sd_session_is_active.3
@@ -864,6 +930,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
@@ -901,15 +968,24 @@ 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)
 
 man/sd_pid_get_user_unit.html: man/sd_pid_get_session.html
        $(html-alias)
 
+man/sd_seat_can_graphical.html: man/sd_seat_get_active.html
+       $(html-alias)
+
 man/sd_seat_can_multi_session.html: man/sd_seat_get_active.html
        $(html-alias)
 
+man/sd_seat_can_tty.html: man/sd_seat_get_active.html
+       $(html-alias)
+
 man/sd_seat_get_sessions.html: man/sd_seat_get_active.html
        $(html-alias)
 
@@ -937,6 +1013,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)