summaryrefslogtreecommitdiffstats
path: root/docs/var-log/meson.build
blob: 35f756cafec846cb4c239be41c1d9ce566a053e1 (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: LGPL-2.1-or-later

if conf.get('HAVE_SYSV_COMPAT') == 1 and get_option('create-log-dirs')
        install_data('README.logs',
                     install_dir : docdir)
endif