From: John Marshall Date: Fri, 29 Mar 2019 09:12:24 +0000 (+0000) Subject: meson build: use index_html target name for README file generation X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~11^2~121 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e73a2c629fce4f64bce59a8346f8087b974807c9;p=babl.git meson build: use index_html target name for README file generation --- diff --git a/meson.build b/meson.build index fe8511d..ab28dfd 100644 --- a/meson.build +++ b/meson.build @@ -371,7 +371,7 @@ endif if w3m_bin.found() and build_docs custom_target('README', - input : [ join_paths('docs', 'index.html'), ] , + input: index_html, output: [ 'README' ] , command: [ w3m_bin,