mirror of
https://git.proxmox.com/git/systemd
synced 2025-05-01 05:57:57 +00:00
10 lines
284 B
Meson
10 lines
284 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
custom_target(
|
|
'README',
|
|
input : 'README.in',
|
|
output : 'README',
|
|
command : [jinja2_cmdline, '@INPUT@', '@OUTPUT@'],
|
|
install : conf.get('HAVE_SYSV_COMPAT') == 1,
|
|
install_dir : sysvinit_path)
|