diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2025-01-04 15:33:03 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2025-01-08 09:45:09 +0100 |
commit | 6b61f34a46677b8e0bd306e4d5a78ed6ebdc7ed8 (patch) | |
tree | d5dbd31586310c3cd79507a7b8a93bb952b3c50c /meson.build | |
parent | namespace-util: two new operations (#35833) (diff) | |
download | systemd-6b61f34a46677b8e0bd306e4d5a78ed6ebdc7ed8.tar.xz systemd-6b61f34a46677b8e0bd306e4d5a78ed6ebdc7ed8.zip |
Stop installing some markdown docs/ files
These files are rendered on systemd.io and targeted at contributors, not
users, so it's not really useful to install them on a running system.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build index 881dfb4306..af57c0969b 100644 --- a/meson.build +++ b/meson.build @@ -2767,12 +2767,8 @@ install_data('LICENSE.GPL2', 'LICENSE.LGPL2.1', 'NEWS', 'README', - 'docs/CODING_STYLE.md', - 'docs/DISTRO_PORTING.md', 'docs/ENVIRONMENT.md', - 'docs/HACKING.md', 'docs/TRANSIENT-SETTINGS.md', - 'docs/TRANSLATORS.md', 'docs/UIDS-GIDS.md', install_dir : docdir) |