X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=f9ca87ebaaaded32d09dfff3c8f16d707bf715ae;hp=079ba63e7eaa30dd9b92405240682be1257ed921;hb=59bc1fd776b5270bcabe3c536852afd0c892fbe1;hpb=bf34ab149f3038686bc75e1592179abac1700322 diff --git a/Makefile-man.am b/Makefile-man.am index 079ba63e7..f9ca87eba 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -698,10 +698,12 @@ MANPAGES += \ man/sd_bus_message_append_strv.3 \ man/sd_bus_message_get_cookie.3 \ man/sd_bus_message_get_monotonic_usec.3 \ + man/sd_bus_negotiate_fds.3 \ man/sd_bus_new.3 \ man/sd_bus_open_user.3 \ man/sd_bus_path_encode.3 \ man/sd_bus_request_name.3 \ + man/sd_event_new.3 \ man/systemd-bus-proxyd.8 \ man/systemd-bus-proxyd@.service.8 MANPAGES_ALIAS += \ @@ -750,6 +752,8 @@ MANPAGES_ALIAS += \ man/sd_bus_message_get_realtime_usec.3 \ man/sd_bus_message_get_reply_cookie.3 \ man/sd_bus_message_get_seqnum.3 \ + man/sd_bus_negotiate_creds.3 \ + man/sd_bus_negotiate_timestamps.3 \ man/sd_bus_open_system.3 \ man/sd_bus_open_system_container.3 \ man/sd_bus_open_system_remote.3 \ @@ -757,6 +761,9 @@ MANPAGES_ALIAS += \ man/sd_bus_ref.3 \ man/sd_bus_release_name.3 \ man/sd_bus_unref.3 \ + man/sd_event_default.3 \ + man/sd_event_ref.3 \ + man/sd_event_unref.3 \ man/systemd-bus-proxyd.socket.8 man/sd_bus_creds_get_audit_login_uid.3: man/sd_bus_creds_get_pid.3 man/sd_bus_creds_get_audit_session_id.3: man/sd_bus_creds_get_pid.3 @@ -803,6 +810,8 @@ man/sd_bus_message_append_string_space.3: man/sd_bus_message_append_string_memfd man/sd_bus_message_get_realtime_usec.3: man/sd_bus_message_get_monotonic_usec.3 man/sd_bus_message_get_reply_cookie.3: man/sd_bus_message_get_cookie.3 man/sd_bus_message_get_seqnum.3: man/sd_bus_message_get_monotonic_usec.3 +man/sd_bus_negotiate_creds.3: man/sd_bus_negotiate_fds.3 +man/sd_bus_negotiate_timestamps.3: man/sd_bus_negotiate_fds.3 man/sd_bus_open_system.3: man/sd_bus_open_user.3 man/sd_bus_open_system_container.3: man/sd_bus_open_user.3 man/sd_bus_open_system_remote.3: man/sd_bus_open_user.3 @@ -810,6 +819,9 @@ man/sd_bus_path_decode.3: man/sd_bus_path_encode.3 man/sd_bus_ref.3: man/sd_bus_new.3 man/sd_bus_release_name.3: man/sd_bus_request_name.3 man/sd_bus_unref.3: man/sd_bus_new.3 +man/sd_event_default.3: man/sd_event_new.3 +man/sd_event_ref.3: man/sd_event_new.3 +man/sd_event_unref.3: man/sd_event_new.3 man/systemd-bus-proxyd.socket.8: man/systemd-bus-proxyd@.service.8 man/sd_bus_creds_get_audit_login_uid.html: man/sd_bus_creds_get_pid.html $(html-alias) @@ -946,6 +958,12 @@ man/sd_bus_message_get_reply_cookie.html: man/sd_bus_message_get_cookie.html man/sd_bus_message_get_seqnum.html: man/sd_bus_message_get_monotonic_usec.html $(html-alias) +man/sd_bus_negotiate_creds.html: man/sd_bus_negotiate_fds.html + $(html-alias) + +man/sd_bus_negotiate_timestamps.html: man/sd_bus_negotiate_fds.html + $(html-alias) + man/sd_bus_open_system.html: man/sd_bus_open_user.html $(html-alias) @@ -967,6 +985,15 @@ man/sd_bus_release_name.html: man/sd_bus_request_name.html man/sd_bus_unref.html: man/sd_bus_new.html $(html-alias) +man/sd_event_default.html: man/sd_event_new.html + $(html-alias) + +man/sd_event_ref.html: man/sd_event_new.html + $(html-alias) + +man/sd_event_unref.html: man/sd_event_new.html + $(html-alias) + man/systemd-bus-proxyd.socket.html: man/systemd-bus-proxyd@.service.html $(html-alias) @@ -1012,14 +1039,21 @@ endif if ENABLE_NETWORKD MANPAGES += \ man/systemd-networkd.service.8 \ + man/systemd-networkd-wait-online.service.8 \ man/systemd.netdev.5 \ man/systemd.network.5 MANPAGES_ALIAS += \ - man/systemd-networkd.8 + man/systemd-networkd.8 \ + man/systemd-networkd-wait-online.8 man/systemd-networkd.8: man/systemd-networkd.service.8 +man/systemd-networkd-wait-online.8: man/systemd-networkd-wait-online.service.8 + man/systemd-networkd.html: man/systemd-networkd.service.html $(html-alias) +man/systemd-networkd-wait-online.html: man/systemd-networkd-wait-online.service.html + $(html-alias) + endif if ENABLE_QUOTACHECK @@ -1095,6 +1129,17 @@ man/systemd-timedated.html: man/systemd-timedated.service.html endif +if ENABLE_TIMESYNCD +MANPAGES += \ + man/systemd-timesyncd.service.8 +MANPAGES_ALIAS += \ + man/systemd-timesyncd.8 +man/systemd-timesyncd.8: man/systemd-timesyncd.service.8 +man/systemd-timesyncd.html: man/systemd-timesyncd.service.html + $(html-alias) + +endif + if ENABLE_VCONSOLE MANPAGES += \ man/systemd-vconsole-setup.service.8 \ @@ -1430,10 +1475,12 @@ EXTRA_DIST += \ man/sd_bus_message_append_strv.xml \ man/sd_bus_message_get_cookie.xml \ man/sd_bus_message_get_monotonic_usec.xml \ + man/sd_bus_negotiate_fds.xml \ man/sd_bus_new.xml \ man/sd_bus_open_user.xml \ man/sd_bus_path_encode.xml \ man/sd_bus_request_name.xml \ + man/sd_event_new.xml \ man/sd_get_seats.xml \ man/sd_id128_get_machine.xml \ man/sd_id128_randomize.xml \ @@ -1517,6 +1564,7 @@ EXTRA_DIST += \ man/systemd-system-update-generator.xml \ man/systemd-system.conf.xml \ man/systemd-timedated.service.xml \ + man/systemd-timesyncd.service.xml \ man/systemd-tmpfiles.xml \ man/systemd-tty-ask-password-agent.xml \ man/systemd-udevd.service.xml \