mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
37efbbd821
The indentation for emacs'es meson-mode is added .dir-locals. All files are reindented automatically, using the lasest meson-mode from git. Indentation should now be fairly consistent.
7 lines
172 B
Meson
7 lines
172 B
Meson
file = configure_file(
|
|
input : 'README.in',
|
|
output : 'README',
|
|
configuration : substs)
|
|
install_data(file,
|
|
install_dir : sysvinit_path)
|