]> git.ipfire.org Git - thirdparty/systemd.git/blob - doc/var-log/meson.build
tree-wide: beautify remaining copyright statements
[thirdparty/systemd.git] / doc / var-log / meson.build
1 # SPDX-License-Identifier: LGPL-2.1+
2 #
3 # Copyright © 2017 Zbigniew Jędrzejewski-Szmek
4
5 file = configure_file(
6 input : 'README.in',
7 output : 'README',
8 configuration : substs)
9
10 if conf.get('HAVE_SYSV_COMPAT') == 1
11 install_data(file,
12 install_dir : varlogdir)
13 endif