summaryrefslogtreecommitdiff
path: root/man/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-07-24 15:04:28 +0200
committerSven Eden <sven.eden@prydeworx.com>2018-10-29 10:18:30 +0100
commitf02a0332640a57eefab440123b57ab1b3c8cd0d6 (patch)
treee4437a983dfc4bc6cf25cf936772ae50c3151176 /man/meson.build
parentcb35485c490133a1712a3ab64101f75c81f93994 (diff)
meson: update bug reference
https://github.com/mesonbuild/meson/issues/1644 was resolved in 0.42: https://github.com/mesonbuild/meson/pull/2191/commits/be4428005dff8b17af5696c8f05567de9af1a8c5, but still no-go. (cherry picked from commit 6939fb9eb4c76de630b71f6b2ad98686d7fbd1bf)
Diffstat (limited to 'man/meson.build')
-rw-r--r--man/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/meson.build b/man/meson.build
index d5895eb2f..de41193d6 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -177,7 +177,8 @@ foreach tuple : want_man or want_html ? [['elogind.directives', '7', elogind_dir
html_pages += [p3]
endforeach
-# cannot use run_target until https://github.com/mesonbuild/meson/issues/1644 is resolved
+# Cannot use run_target because those targets are used in depends
+# Also see https://github.com/mesonbuild/meson/issues/368.
man = custom_target(
'man',
output : 'man',