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', )