]> git.ipfire.org Git - thirdparty/systemd.git/blame - doc/sysvinit/meson.build
tree-wide: beautify remaining copyright statements
[thirdparty/systemd.git] / doc / sysvinit / meson.build
CommitLineData
3a726fcd
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
96b2fb93 3# Copyright © 2017 Zbigniew Jędrzejewski-Szmek
3a726fcd 4
5c23128d 5file = configure_file(
37efbbd8
ZJS
6 input : 'README.in',
7 output : 'README',
8 configuration : substs)
1c9f1314 9
349cc4a5 10if conf.get('HAVE_SYSV_COMPAT') == 1
1c9f1314 11 install_data(file,
12 install_dir : sysvinit_path)
13endif