chiark / gitweb /
build-sys: fix invalid args detected by meson 0.42 (#6561)
authoruserwithuid <userwithuid@gmail.com>
Wed, 9 Aug 2017 13:41:44 +0000 (13:41 +0000)
committerSven Eden <yamakuzure@gmx.net>
Thu, 10 Aug 2017 08:29:08 +0000 (10:29 +0200)
commitb493a2aa6a2d71e303e8fbd52cb17858afd07db7
treede437d52418a4f4c13d0963b997204b7ab96611d
parente11de0cc371a9a358eeb9dcbb088e308cd4033fb
build-sys: fix invalid args detected by meson 0.42 (#6561)

some run_target() calls were using params from custom_target()

example message:
WARNING: Passed invalid keyword argument "input". This will become a hard error in the future.

New way to call targets:
ninja man/man
ninja man/html
ninja man/update-man-rules
man/meson.build