doc: meson: @01@ -> @1@

This commit is contained in:
Daniel Eklöf 2020-08-27 21:22:27 +02:00
parent 6f114f639a
commit b957f2faa7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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,