mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 16:25:39 +02:00
meson: doc: set 'capture: true' instead of redirecting stdout
This commit is contained in:
parent
6a10ddbc39
commit
64171b412a
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ foreach man_src : ['f00bar.1.scd', 'f00bar.5.scd', 'f00bar-decorations.5.scd',
|
||||||
out,
|
out,
|
||||||
output: out,
|
output: out,
|
||||||
input: man_src,
|
input: man_src,
|
||||||
command: [sh, '-c', '@0@ < @INPUT@ > doc/@1@'.format(scdoc_prog.path(), out)],
|
command: [sh, '-c', '@0@ < @INPUT@'.format(scdoc_prog.path())],
|
||||||
|
capture: true,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: join_paths(get_option('mandir'), 'man@0@'.format(section)))
|
install_dir: join_paths(get_option('mandir'), 'man@0@'.format(section)))
|
||||||
endforeach
|
endforeach
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue