From b957f2faa7a8c0624f25dcd6190b6e2bea8ca7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 27 Aug 2020 21:22:27 +0200 Subject: [PATCH] doc: meson: @01@ -> @1@ --- doc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/meson.build b/doc/meson.build index 18cff552..1f017db4 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -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,