]> git.ipfire.org Git - thirdparty/systemd.git/blob - docs/var-log/meson.build
Merge pull request #9832 from yuwata/fix-9831
[thirdparty/systemd.git] / docs / var-log / meson.build
1 # SPDX-License-Identifier: LGPL-2.1+
2
3 file = configure_file(
4 input : 'README.in',
5 output : 'README',
6 configuration : substs)
7
8 if conf.get('HAVE_SYSV_COMPAT') == 1
9 install_data(file,
10 install_dir : varlogdir)
11 endif