mirror of
https://github.com/git/git.git
synced 2026-03-01 18:24:00 +01:00
Merge branch 'pw/meson-doc-mergetool' into next
Update build precedure for mergetool documentation in meson-based builds. * pw/meson-doc-mergetool: meson: fix building mergetool docs
This commit is contained in:
@@ -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',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user