chiark / gitweb /
networkd: fix distcheck
[elogind.git] / Makefile-man.am
index 73afdd8c9bb61e1decbcfa29ee7af2cc53758213..f9ca87ebaaaded32d09dfff3c8f16d707bf715ae 100644 (file)
@@ -691,7 +691,6 @@ MANPAGES += \
        man/sd_bus_creds_get_pid.3 \
        man/sd_bus_creds_new_from_pid.3 \
        man/sd_bus_error.3 \
-       man/sd_bus_label_escape.3 \
        man/sd_bus_message_append.3 \
        man/sd_bus_message_append_array.3 \
        man/sd_bus_message_append_basic.3 \
@@ -699,9 +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 += \
@@ -742,7 +744,6 @@ MANPAGES_ALIAS += \
        man/sd_bus_error_set_const.3 \
        man/sd_bus_error_set_errno.3 \
        man/sd_bus_error_set_errnof.3 \
-       man/sd_bus_label_unescape.3 \
        man/sd_bus_message_append_array_iovec.3 \
        man/sd_bus_message_append_array_memfd.3 \
        man/sd_bus_message_append_array_space.3 \
@@ -751,12 +752,18 @@ 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 \
+       man/sd_bus_path_decode.3 \
        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
@@ -795,7 +802,6 @@ man/sd_bus_error_set.3: man/sd_bus_error.3
 man/sd_bus_error_set_const.3: man/sd_bus_error.3
 man/sd_bus_error_set_errno.3: man/sd_bus_error.3
 man/sd_bus_error_set_errnof.3: man/sd_bus_error.3
-man/sd_bus_label_unescape.3: man/sd_bus_label_escape.3
 man/sd_bus_message_append_array_iovec.3: man/sd_bus_message_append_array.3
 man/sd_bus_message_append_array_memfd.3: man/sd_bus_message_append_array.3
 man/sd_bus_message_append_array_space.3: man/sd_bus_message_append_array.3
@@ -804,12 +810,18 @@ 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
+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)
@@ -922,9 +934,6 @@ man/sd_bus_error_set_errno.html: man/sd_bus_error.html
 man/sd_bus_error_set_errnof.html: man/sd_bus_error.html
        $(html-alias)
 
-man/sd_bus_label_unescape.html: man/sd_bus_label_escape.html
-       $(html-alias)
-
 man/sd_bus_message_append_array_iovec.html: man/sd_bus_message_append_array.html
        $(html-alias)
 
@@ -949,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)
 
@@ -958,6 +973,9 @@ man/sd_bus_open_system_container.html: man/sd_bus_open_user.html
 man/sd_bus_open_system_remote.html: man/sd_bus_open_user.html
        $(html-alias)
 
+man/sd_bus_path_decode.html: man/sd_bus_path_encode.html
+       $(html-alias)
+
 man/sd_bus_ref.html: man/sd_bus_new.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 \
@@ -1134,7 +1179,8 @@ endif
 
 if HAVE_MICROHTTPD
 MANPAGES += \
-       man/systemd-journal-gatewayd.service.8
+       man/systemd-journal-gatewayd.service.8 \
+       man/systemd-journal-remote.8
 MANPAGES_ALIAS += \
        man/systemd-journal-gatewayd.8 \
        man/systemd-journal-gatewayd.socket.8
@@ -1178,6 +1224,12 @@ MANPAGES_ALIAS += \
        man/sd_login_monitor_get_fd.3 \
        man/sd_login_monitor_get_timeout.3 \
        man/sd_login_monitor_unref.3 \
+       man/sd_peer_get_machine_name.3 \
+       man/sd_peer_get_owner_uid.3 \
+       man/sd_peer_get_session.3 \
+       man/sd_peer_get_slice.3 \
+       man/sd_peer_get_unit.3 \
+       man/sd_peer_get_user_unit.3 \
        man/sd_pid_get_machine_name.3 \
        man/sd_pid_get_owner_uid.3 \
        man/sd_pid_get_slice.3 \
@@ -1212,6 +1264,12 @@ man/sd_login_monitor_get_events.3: man/sd_login_monitor_new.3
 man/sd_login_monitor_get_fd.3: man/sd_login_monitor_new.3
 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_peer_get_machine_name.3: man/sd_pid_get_session.3
+man/sd_peer_get_owner_uid.3: man/sd_pid_get_session.3
+man/sd_peer_get_session.3: man/sd_pid_get_session.3
+man/sd_peer_get_slice.3: man/sd_pid_get_session.3
+man/sd_peer_get_unit.3: man/sd_pid_get_session.3
+man/sd_peer_get_user_unit.3: man/sd_pid_get_session.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
@@ -1264,6 +1322,24 @@ man/sd_login_monitor_get_timeout.html: man/sd_login_monitor_new.html
 man/sd_login_monitor_unref.html: man/sd_login_monitor_new.html
        $(html-alias)
 
+man/sd_peer_get_machine_name.html: man/sd_pid_get_session.html
+       $(html-alias)
+
+man/sd_peer_get_owner_uid.html: man/sd_pid_get_session.html
+       $(html-alias)
+
+man/sd_peer_get_session.html: man/sd_pid_get_session.html
+       $(html-alias)
+
+man/sd_peer_get_slice.html: man/sd_pid_get_session.html
+       $(html-alias)
+
+man/sd_peer_get_unit.html: man/sd_pid_get_session.html
+       $(html-alias)
+
+man/sd_peer_get_user_unit.html: man/sd_pid_get_session.html
+       $(html-alias)
+
 man/sd_pid_get_machine_name.html: man/sd_pid_get_session.html
        $(html-alias)
 
@@ -1392,7 +1468,6 @@ EXTRA_DIST += \
        man/sd_bus_creds_get_pid.xml \
        man/sd_bus_creds_new_from_pid.xml \
        man/sd_bus_error.xml \
-       man/sd_bus_label_escape.xml \
        man/sd_bus_message_append.xml \
        man/sd_bus_message_append_array.xml \
        man/sd_bus_message_append_basic.xml \
@@ -1400,9 +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 \
@@ -1462,6 +1540,7 @@ EXTRA_DIST += \
        man/systemd-inhibit.xml \
        man/systemd-initctl.service.xml \
        man/systemd-journal-gatewayd.service.xml \
+       man/systemd-journal-remote.xml \
        man/systemd-journald.service.xml \
        man/systemd-localed.service.xml \
        man/systemd-logind.service.xml \
@@ -1485,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 \