X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=288d3da53dbe1819c0dafa379b5c18d7e8e9ea37;hp=35174cca5fbf6d265fb7a43b2ce46651b9d87af5;hb=8114dedc5910d9a9cec702f6b6658551a0cd9ede;hpb=cd6d5e1c7631d6e74cb04be279dee22e423e08b8 diff --git a/Makefile-man.am b/Makefile-man.am index 35174cca5..288d3da53 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -3,6 +3,7 @@ MANPAGES += \ man/bootup.7 \ + man/busctl.1 \ man/daemon.7 \ man/halt.8 \ man/hostname.5 \ @@ -21,6 +22,9 @@ MANPAGES += \ man/sd-journal.3 \ man/sd_booted.3 \ 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_get_cookie.3 \ man/sd_bus_new.3 \ man/sd_bus_open_user.3 \ @@ -145,6 +149,7 @@ MANPAGES_ALIAS += \ man/sd_bus_creds_get_comm.3 \ man/sd_bus_creds_get_exe.3 \ man/sd_bus_creds_get_gid.3 \ + man/sd_bus_creds_get_mask.3 \ man/sd_bus_creds_get_owner_uid.3 \ man/sd_bus_creds_get_pid_starttime.3 \ man/sd_bus_creds_get_selinux_context.3 \ @@ -161,8 +166,20 @@ MANPAGES_ALIAS += \ man/sd_bus_creds_has_effective_cap.3 \ man/sd_bus_creds_has_inheritable_cap.3 \ man/sd_bus_creds_has_permitted_cap.3 \ + man/sd_bus_creds_ref.3 \ + man/sd_bus_creds_unref.3 \ man/sd_bus_default_system.3 \ man/sd_bus_default_user.3 \ + man/sd_bus_error_copy.3 \ + man/sd_bus_error_free.3 \ + man/sd_bus_error_get_errno.3 \ + man/sd_bus_error_has_name.3 \ + man/sd_bus_error_is_set.3 \ + man/sd_bus_error_set.3 \ + 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_get_reply_cookie.3 \ man/sd_bus_open_system.3 \ man/sd_bus_open_system_container.3 \ @@ -279,6 +296,7 @@ man/sd_bus_creds_get_cmdline.3: man/sd_bus_creds_get_pid.3 man/sd_bus_creds_get_comm.3: man/sd_bus_creds_get_pid.3 man/sd_bus_creds_get_exe.3: man/sd_bus_creds_get_pid.3 man/sd_bus_creds_get_gid.3: man/sd_bus_creds_get_pid.3 +man/sd_bus_creds_get_mask.3: man/sd_bus_creds_new_from_pid.3 man/sd_bus_creds_get_owner_uid.3: man/sd_bus_creds_get_pid.3 man/sd_bus_creds_get_pid_starttime.3: man/sd_bus_creds_get_pid.3 man/sd_bus_creds_get_selinux_context.3: man/sd_bus_creds_get_pid.3 @@ -295,8 +313,20 @@ man/sd_bus_creds_has_bounding_cap.3: man/sd_bus_creds_get_pid.3 man/sd_bus_creds_has_effective_cap.3: man/sd_bus_creds_get_pid.3 man/sd_bus_creds_has_inheritable_cap.3: man/sd_bus_creds_get_pid.3 man/sd_bus_creds_has_permitted_cap.3: man/sd_bus_creds_get_pid.3 +man/sd_bus_creds_ref.3: man/sd_bus_creds_new_from_pid.3 +man/sd_bus_creds_unref.3: man/sd_bus_creds_new_from_pid.3 man/sd_bus_default_system.3: man/sd_bus_open_user.3 man/sd_bus_default_user.3: man/sd_bus_open_user.3 +man/sd_bus_error_copy.3: man/sd_bus_error.3 +man/sd_bus_error_free.3: man/sd_bus_error.3 +man/sd_bus_error_get_errno.3: man/sd_bus_error.3 +man/sd_bus_error_has_name.3: man/sd_bus_error.3 +man/sd_bus_error_is_set.3: man/sd_bus_error.3 +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_get_reply_cookie.3: man/sd_bus_message_get_cookie.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 @@ -483,6 +513,9 @@ man/sd_bus_creds_get_exe.html: man/sd_bus_creds_get_pid.html man/sd_bus_creds_get_gid.html: man/sd_bus_creds_get_pid.html $(html-alias) +man/sd_bus_creds_get_mask.html: man/sd_bus_creds_new_from_pid.html + $(html-alias) + man/sd_bus_creds_get_owner_uid.html: man/sd_bus_creds_get_pid.html $(html-alias) @@ -531,12 +564,48 @@ man/sd_bus_creds_has_inheritable_cap.html: man/sd_bus_creds_get_pid.html man/sd_bus_creds_has_permitted_cap.html: man/sd_bus_creds_get_pid.html $(html-alias) +man/sd_bus_creds_ref.html: man/sd_bus_creds_new_from_pid.html + $(html-alias) + +man/sd_bus_creds_unref.html: man/sd_bus_creds_new_from_pid.html + $(html-alias) + man/sd_bus_default_system.html: man/sd_bus_open_user.html $(html-alias) man/sd_bus_default_user.html: man/sd_bus_open_user.html $(html-alias) +man/sd_bus_error_copy.html: man/sd_bus_error.html + $(html-alias) + +man/sd_bus_error_free.html: man/sd_bus_error.html + $(html-alias) + +man/sd_bus_error_get_errno.html: man/sd_bus_error.html + $(html-alias) + +man/sd_bus_error_has_name.html: man/sd_bus_error.html + $(html-alias) + +man/sd_bus_error_is_set.html: man/sd_bus_error.html + $(html-alias) + +man/sd_bus_error_set.html: man/sd_bus_error.html + $(html-alias) + +man/sd_bus_error_set_const.html: man/sd_bus_error.html + $(html-alias) + +man/sd_bus_error_set_errno.html: man/sd_bus_error.html + $(html-alias) + +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_get_reply_cookie.html: man/sd_bus_message_get_cookie.html $(html-alias) @@ -1237,6 +1306,7 @@ EXTRA_DIST += \ man/bootchart.conf.xml \ man/bootctl.xml \ man/bootup.xml \ + man/busctl.xml \ man/crypttab.xml \ man/daemon.xml \ man/halt.xml \ @@ -1266,6 +1336,9 @@ EXTRA_DIST += \ man/sd-readahead.xml \ man/sd_booted.xml \ 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_get_cookie.xml \ man/sd_bus_new.xml \ man/sd_bus_open_user.xml \