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.

(cherry picked from commit 6939fb9)
  • Loading branch information
keszybz committed Oct 28, 2018
1 parent 1c090b7 commit 5747b58
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 : want_man or want_html ? [['systemd.directives', '7', systemd_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',
Expand Down

0 comments on commit 5747b58

Please sign in to comment.