1# SPDX-License-Identifier: LGPL-2.1-or-later
2
3custom_target(
4 'README',
5 input : 'README.in',
6 output : 'README',
7 command : [jinja2_cmdline, '@INPUT@', '@OUTPUT@'],
8 install : conf.get('HAVE_SYSV_COMPAT') == 1,
9 install_dir : sysvinit_path)
10