aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ee7c43f1..6461ff1b 100644
--- a/meson.build
+++ b/meson.build
@@ -153,7 +153,7 @@ if scdoc.found()
153 input: filename, 153 input: filename,
154 output: output, 154 output: output,
155 command: [ 155 command: [
156 sh, '-c', '@0@ < @INPUT@ > @1@'.format(scdoc_prog.path(), output) 156 sh, '-c', '@0@ < @INPUT@ > @1@'.format(scdoc_prog.full_path(), output)
157 ], 157 ],
158 install: true, 158 install: true,
159 install_dir: '@0@/man@1@'.format(mandir, section) 159 install_dir: '@0@/man@1@'.format(mandir, section)