From: Luca Boccassi Date: Sat, 4 Jan 2025 14:33:03 +0000 (+0000) Subject: Stop installing some markdown docs/ files X-Git-Tag: v258-rc1~1672 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b61f34a46677b8e0bd306e4d5a78ed6ebdc7ed8;p=thirdparty%2Fsystemd.git 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. --- 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)