meson: update bug reference

https://github.com/mesonbuild/meson/issues/1644 was resolved in 0.42:
be4428005d,
but still no-go.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-07-24 15:04:28 +02:00
parent c42c981924
commit 6939fb9eb4
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ foreach tuple : xsltproc.found() ? [['systemd.directives', '7', systemd_directiv
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',