summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/meson.build b/man/meson.build
index b71bc20509..9cdb560c4c 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -127,8 +127,10 @@ foreach tuple : [['systemd.directives', '7', systemd_directives_xml],
html_pages += [p2]
endforeach
-man = run_target(
+# cannot use run_target until https://github.com/mesonbuild/meson/issues/1644 is resolved
+man = custom_target(
'man',
+ output : 'man',
depends : man_pages,
command : ['echo'])