1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 17:25:34 +03:00
systemd-stable/docs/sysvinit/meson.build
2020-11-09 13:23:58 +09:00

12 lines
278 B
Meson

# SPDX-License-Identifier: LGPL-2.1-or-later
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