diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-03-05 13:38:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-05 13:38:55 +0100 |
commit | cfba58fe79a040386f36aa341c0bbe5bc359faf6 (patch) | |
tree | 6145175cc89b45a60f3a6079b541b77cc9967188 /man | |
parent | 877e68e7022c3f551d9f485f6791f2070c500aca (diff) | |
parent | 695253466b6108dbed85af05360adc293e81cee7 (diff) | |
download | systemd-cfba58fe79a040386f36aa341c0bbe5bc359faf6.tar.gz |
Merge pull request #26651 from yuwata/meson-cleanups
Several meson cleanups
Diffstat (limited to 'man')
-rw-r--r-- | man/meson.build | 4 | ||||
-rw-r--r-- | man/rules/meson.build | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/man/meson.build b/man/meson.build index b7725ce5f0..23819d03f5 100644 --- a/man/meson.build +++ b/man/meson.build @@ -218,7 +218,7 @@ configure_file( ############################################################ update_dbus_docs = custom_target( - 'update-dbus-docs', + 'update-dbus-docs-impl', output : 'update-dbus-docs', command : [update_dbus_docs_py, '--build-dir', project_build_root, '@INPUT@'], input : dbus_docs) @@ -232,7 +232,7 @@ if conf.get('BUILD_MODE_DEVELOPER') == 1 endif update_man_rules = custom_target( - 'update-man-rules', + 'update-man-rules-impl', output : 'update-man-rules', command : [update_man_rules_py, '@0@/man/*.xml'.format(project_source_root), diff --git a/man/rules/meson.build b/man/rules/meson.build index 1279004161..2bf5936d64 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -845,16 +845,19 @@ manpages = [ 'sd_session_get_remote_user', 'sd_session_get_seat', 'sd_session_get_service', + 'sd_session_get_start_time', 'sd_session_get_state', 'sd_session_get_tty', 'sd_session_get_type', 'sd_session_get_uid', + 'sd_session_get_username', 'sd_session_get_vt', 'sd_session_is_remote'], 'HAVE_PAM'], ['sd_uid_get_state', '3', ['sd_uid_get_display', + 'sd_uid_get_login_time', 'sd_uid_get_seats', 'sd_uid_get_sessions', 'sd_uid_is_on_seat'], |