aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/meson.build b/Documentation/meson.build
index fd2e8cc02d..d6365b888b 100644
--- a/Documentation/meson.build
+++ b/Documentation/meson.build
@@ -354,13 +354,10 @@ foreach mode : [ 'diff', 'merge' ]
command: [
shell,
'@INPUT@',
- '..',
+ meson.project_source_root(),
mode,
'@OUTPUT@'
],
- env: [
- 'MERGE_TOOLS_DIR=' + meson.project_source_root() / 'mergetools',
- ],
input: 'generate-mergetool-list.sh',
output: 'mergetools-' + mode + '.adoc',
)