summaryrefslogtreecommitdiff
path: root/docs/sysvinit/meson.build
blob: 0a1935388abae0415a5c433cbd401911ba37d603 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: LGPL-2.1-or-later

custom_target(
        'README',
        input : 'README.in',
        output : 'README',
        command : [meson_render_jinja2, config_h, '@INPUT@'],
        capture : true,
        install : conf.get('HAVE_SYSV_COMPAT') == 1,
        install_dir : sysvinit_path)