mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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(
|
||||
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())],
|
||||
capture: true,
|
||||
install: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue