summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-02-28 16:17:59 +0100
committerGitHub <noreply@github.com>2019-02-28 16:17:59 +0100
commit154c83e1b9f0c4d43c40a27b37353fd9d597e5bc (patch)
tree1e35227498e2bb0fae317351c15a8cfc8da72932
parentfa44cecae20c51ec133071830103360f5b50c5d1 (diff)
parent2dfdf9c4b2154bfa5f88f9fbae13a762057ccd1e (diff)
downloadsystemd-154c83e1b9f0c4d43c40a27b37353fd9d597e5bc.tar.gz
Merge pull request #11853 from keszybz/man-rules-update
man/rules update
-rw-r--r--man/meson.build5
-rw-r--r--man/rules/meson.build4
2 files changed, 4 insertions, 5 deletions
diff --git a/man/meson.build b/man/meson.build
index 05197d6ef4..6956f39c7b 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -198,12 +198,9 @@ if git.found()
custom_target(
'update-man-rules',
output : 'update-man-rules',
- # slightly strange syntax because of
- # https://github.com/mesonbuild/meson/issues/1643
- # and https://github.com/mesonbuild/meson/issues/1512
command : ['sh', '-c',
'cd @0@ && '.format(meson.build_root()) +
- 'python3 @0@/tools/make-man-rules.py `git ls-files ":/man/*.xml"` >t && '.format(meson.source_root()) +
+ 'python3 @0@/tools/make-man-rules.py $(git ls-files ":/man/*.xml") >t && '.format(meson.source_root()) +
'mv t @0@/rules/meson.build'.format(meson.current_source_dir())],
depend_files : custom_entities_ent)
endif
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 0c990a0c5d..d949900ddc 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -275,7 +275,9 @@ manpages = [
''],
['sd_bus_new',
'3',
- ['sd_bus_flush_close_unref',
+ ['sd_bus_close_unref',
+ 'sd_bus_close_unrefp',
+ 'sd_bus_flush_close_unref',
'sd_bus_flush_close_unrefp',
'sd_bus_ref',
'sd_bus_unref',