]> git.ipfire.org Git - thirdparty/systemd.git/blame - docs/var-log/meson.build
Merge pull request #5420 from OpenDZ/tixxdz/namespace-fixes-v2
[thirdparty/systemd.git] / docs / var-log / meson.build
CommitLineData
5c23128d 1file = configure_file(
37efbbd8
ZJS
2 input : 'README.in',
3 output : 'README',
4 configuration : substs)
1c9f1314 5
2c201c21 6if conf.get('HAVE_SYSV_COMPAT', false)
1c9f1314 7 install_data(file,
8 install_dir : varlogdir)
9endif