]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix 'clean'
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 19 Apr 2017 15:30:32 +0000 (11:30 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 24 Apr 2017 01:47:29 +0000 (21:47 -0400)
man/meson.build

index b71bc205097f53a87200cc0c93e0dba13d475b29..9cdb560c4c13fd19009347cbf32419872417e216 100644 (file)
@@ -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'])