summaryrefslogtreecommitdiff
path: root/doc/sysvinit/meson.build
blob: 088b0c899130618fb72a18e95c3221fff287cca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: LGPL-2.1+
#
# Copyright 2017 Zbigniew Jędrzejewski-Szmek

file = configure_file(
        input : 'README.in',
        output : 'README',
        configuration : substs)

if conf.get('HAVE_SYSV_COMPAT') == 1
        install_data(file,
                     install_dir : sysvinit_path)
endif