X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=52275ce4aa7de343825e82dc81969d886e2f9902;hp=6c9b790989a90eaecfc2b0c01e11aec292dfee7e;hb=e93c33d4aadb41427f215d43545e7fadc6bcec6f;hpb=3990f247652c3bd41e4ea074e6302277eb9c7aa3 diff --git a/Makefile-man.am b/Makefile-man.am index 6c9b79098..52275ce4a 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -68,6 +68,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 \ @@ -138,6 +139,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 \ @@ -238,6 +240,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 @@ -410,6 +413,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) @@ -643,6 +649,15 @@ MANPAGES_ALIAS += \ # +endif + +if ENABLE_EFI +MANPAGES += \ + man/bootctl.1 +MANPAGES_ALIAS += \ + # + + endif if ENABLE_HOSTNAMED @@ -694,6 +709,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 @@ -855,7 +881,9 @@ MANPAGES_ALIAS += \ 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 \ @@ -884,7 +912,9 @@ 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 @@ -941,9 +971,15 @@ man/sd_pid_get_unit.html: man/sd_pid_get_session.html 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)