Skip to content

Commit

Permalink
meson: update bug reference
Browse files Browse the repository at this point in the history
mesonbuild/meson#1644 was resolved in 0.42:
mesonbuild/meson@be44280,
but still no-go.
  • Loading branch information
keszybz committed Oct 11, 2018
1 parent c42c981 commit 6939fb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6939fb9

Please sign in to comment.