]> git.ipfire.org Git - thirdparty/systemd.git/blob - doc/sysvinit/meson.build
Drop my copyright headers
[thirdparty/systemd.git] / doc / sysvinit / meson.build
1 # SPDX-License-Identifier: LGPL-2.1+
2
3 file = configure_file(
4 input : 'README.in',
5 output : 'README',
6 configuration : substs)
7
8 if conf.get('HAVE_SYSV_COMPAT') == 1
9 install_data(file,
10 install_dir : sysvinit_path)
11 endif