X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=f2b6164a184695c8ce07312ed817818d425a73f3;hp=54798450fa05e709024fa827c9480339f7141408;hb=81eca919f7cfa88bad8df7d7eac012f367c4c303;hpb=96c374d0a536286e18cad64d1b5ebb8f07c90334 diff --git a/Makefile-man.am b/Makefile-man.am index 54798450f..f2b6164a1 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -66,9 +66,9 @@ MANPAGES += \ man/systemd-nspawn.1 \ man/systemd-remount-fs.service.8 \ man/systemd-run.1 \ - man/systemd-socket-proxyd.1 \ man/systemd-shutdownd.service.8 \ man/systemd-sleep.conf.5 \ + man/systemd-socket-proxyd.1 \ man/systemd-suspend.service.8 \ man/systemd-sysctl.service.8 \ man/systemd-system-update-generator.8 \ @@ -139,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 \ @@ -239,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 @@ -411,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) @@ -644,6 +649,15 @@ MANPAGES_ALIAS += \ # +endif + +if ENABLE_EFI +MANPAGES += \ + man/bootctl.1 +MANPAGES_ALIAS += \ + # + + endif if ENABLE_HOSTNAMED @@ -695,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 @@ -856,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 \ @@ -885,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 @@ -942,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)