1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 17:51:22 +03:00
systemd/docs/sysvinit/meson.build
Zbigniew Jędrzejewski-Szmek 02fa218b24 meson: use jinja2 for README
2021-05-19 10:24:43 +09:00

11 lines
311 B
Meson

# SPDX-License-Identifier: LGPL-2.1-or-later
custom_target(
'README',
input : 'README.in',
output : 'README',
command : [meson_render_jinja2, config_h, '@INPUT@'],
capture : true,
install : conf.get('HAVE_SYSV_COMPAT') == 1,
install_dir : sysvinit_path)