mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04:00
doc: meson: @01@ -> @1@
This commit is contained in:
parent
6f114f639a
commit
b957f2faa7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ foreach man_src : [{'name': 'foot', 'section' : 1},
|
||||||
custom_target(
|
custom_target(
|
||||||
out,
|
out,
|
||||||
output: out,
|
output: out,
|
||||||
input: '@0@.@01@.scd'.format(name, section),
|
input: '@0@.@1@.scd'.format(name, section),
|
||||||
command: [sh, '-c', '@0@ < @INPUT@'.format(scdoc_prog.path())],
|
command: [sh, '-c', '@0@ < @INPUT@'.format(scdoc_prog.path())],
|
||||||
capture: true,
|
capture: true,
|
||||||
install: true,
|
install: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue