summaryrefslogtreecommitdiff
blob: c83611a4ef6f75652363339283317b01c424c6dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
We don't want the build system to install to docdir for us.

--- a/meson.build	2020-01-20 08:22:09.000000000 +0100
+++ b/meson.build	2020-02-02 16:16:00.074882830 +0100
@@ -3342,15 +3342,11 @@
 # install_data('modprobe.d/systemd.conf',
 #              install_dir : modprobedir)
 #endif // 0
-install_data('LICENSE.GPL2',
-             'LICENSE.LGPL2.1',
 #if 0 /// elogind has upgraded to markdown, and the NEWS file is useless
 #              'NEWS',
 #              'README',
 #else
-             'README.md',
 #endif // 0
-             'docs/CODING_STYLE.md',
 #if 0 /// irrelevant for elogind
 #              'docs/DISTRO_PORTING.md',
 #              'docs/ENVIRONMENT.md',
@@ -3359,8 +3355,6 @@
 #              'docs/TRANSLATORS.md',
 #              'docs/UIDS-GIDS.md',
 #endif // 0
-             'src/libelogind/sd-bus/GVARIANT-SERIALIZATION',
-             install_dir : docdir)
 
 #if 0 /// UNNEEDED by elogind
 # meson.add_install_script('sh', '-c', mkdir_p.format(systemdstatedir))