From 6b61f34a46677b8e0bd306e4d5a78ed6ebdc7ed8 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 4 Jan 2025 14:33:03 +0000 Subject: [PATCH] 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. --- meson.build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meson.build b/meson.build index 881dfb43067..af57c0969b4 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) -- 2.47.3