mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
9e825ebf4f
The docs/ directory is special in GitHub, since it can be used to serve GitHub Pages from, so there's a benefit to switching to it in order to expose it directly as a website. Updated references to it from the documentations themselves, from the CONTRIBUTING.md file and from Meson build files.
12 lines
266 B
Meson
12 lines
266 B
Meson
# SPDX-License-Identifier: LGPL-2.1+
|
|
|
|
file = configure_file(
|
|
input : 'README.in',
|
|
output : 'README',
|
|
configuration : substs)
|
|
|
|
if conf.get('HAVE_SYSV_COMPAT') == 1
|
|
install_data(file,
|
|
install_dir : varlogdir)
|
|
endif
|