]> git.ipfire.org Git - thirdparty/systemd.git/blame - docs/sysvinit/meson.build
man: document systemd.random-seed=
[thirdparty/systemd.git] / docs / sysvinit / meson.build
CommitLineData
3a726fcd 1# SPDX-License-Identifier: LGPL-2.1+
3a726fcd 2
5c23128d 3file = configure_file(
37efbbd8
ZJS
4 input : 'README.in',
5 output : 'README',
6 configuration : substs)
1c9f1314 7
349cc4a5 8if conf.get('HAVE_SYSV_COMPAT') == 1
1c9f1314 9 install_data(file,
10 install_dir : sysvinit_path)
11endif