]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Stop installing some markdown docs/ files
authorLuca Boccassi <luca.boccassi@gmail.com>
Sat, 4 Jan 2025 14:33:03 +0000 (14:33 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 8 Jan 2025 08:45:09 +0000 (09:45 +0100)
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

index 881dfb43067df5865409604797224d4a09577a23..af57c0969b489f97119c937ae9951dadfb2252cc 100644 (file)
@@ -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)