summaryrefslogtreecommitdiff
path: root/man/meson.build
diff options
context:
space:
mode:
authorDavide Cavalca <dcavalca@fb.com>2019-02-27 11:19:07 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-03-12 15:01:47 +0100
commit1485aacb161d7207027f4d5a07dfdb5a496dd725 (patch)
tree6ff4d5e8c17b900512c7d72e3708f75882c681b0 /man/meson.build
parentfb6692ed33052bc4ad01c961d09af72aeaa9b854 (diff)
downloadsystemd-1485aacb161d7207027f4d5a07dfdb5a496dd725.tar.gz
meson: scope more git invocations with current_source_dir()
Diffstat (limited to 'man/meson.build')
-rw-r--r--man/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/meson.build b/man/meson.build
index 6956f39c7b..ae9c941fcd 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -200,7 +200,7 @@ if git.found()
output : 'update-man-rules',
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(project_source_root) +
'mv t @0@/rules/meson.build'.format(meson.current_source_dir())],
depend_files : custom_entities_ent)
endif