2020-11-09 13:23:58 +09:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
2017-11-18 18:32:01 +01:00
|
|
|
|
2021-05-16 15:05:10 +02:00
|
|
|
custom_target(
|
|
|
|
'README',
|
2017-04-17 19:25:00 -04:00
|
|
|
input : 'README.in',
|
|
|
|
output : 'README',
|
2021-11-05 14:29:53 +01:00
|
|
|
command : [meson_render_jinja2, config_h, '@INPUT@', '@OUTPUT@'],
|
2021-05-16 15:05:10 +02:00
|
|
|
install : conf.get('HAVE_SYSV_COMPAT') == 1,
|
|
|
|
install_dir : sysvinit_path)
|