From 1485aacb161d7207027f4d5a07dfdb5a496dd725 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Wed, 27 Feb 2019 11:19:07 -0500 Subject: meson: scope more git invocations with current_source_dir() --- man/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/meson.build') 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 -- cgit v1.2.1