diff --git a/man/meson.build b/man/meson.build index d81155b2dd..7109937c95 100644 --- a/man/meson.build +++ b/man/meson.build @@ -118,7 +118,7 @@ if enable_introspection output, input: [template, man[2]], output: output, - command: xsltproc_options + '@INPUT@', + command: xsltproc_options + ['@INPUT@'], ) content_files += input.full_path()