summaryrefslogtreecommitdiffstats
path: root/man/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-19 17:30:32 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-24 03:47:29 +0200
commit9c84bb784d44bdb58fe4992619a8f96d1229900c (patch)
treeee6020584cc5db600719ecc48786259c1cf49714 /man/meson.build
parentmeson: install the dbus aliases for resolve1 and network1 in /etc (diff)
downloadsystemd-9c84bb784d44bdb58fe4992619a8f96d1229900c.tar.xz
systemd-9c84bb784d44bdb58fe4992619a8f96d1229900c.zip
meson: fix 'clean'
Diffstat (limited to '')
-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'])