summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-02-26 11:48:46 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:59:07 +0200
commitfcd0e2bc194112f772ba10bb3182da7139f1da10 (patch)
treed42ae4d66e6e9b83e55cccbcc323d993de743fb8 /meson.build
parent90ec73c98fd845dce6d0ba32d5ae4efba28e5dc3 (diff)
doc: add a new doc/ directory, and move two markdown docs into them
I figure sooneror later we'll have more of these docs, hence let's give them a clean place to be. This leaves NEWS and README/README.md as well as the LICENSE texts in the root directory of the project since that appears to be customary for Free Software projects.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build18
1 files changed, 10 insertions, 8 deletions
diff --git a/meson.build b/meson.build
index e2d9b2cf6..193cbe51b 100644
--- a/meson.build
+++ b/meson.build
@@ -2903,17 +2903,19 @@ install_subdir('factory/etc',
# install_data('modprobe.d/systemd.conf',
# install_dir : modprobedir)
#endif // 0
-install_data('README',
- 'NEWS',
- 'CODING_STYLE',
#if 0 /// UNNEEDED by elogind
-# 'DISTRO_PORTING',
-# 'ENVIRONMENT.md',
#endif // 0
- 'LICENSE.GPL2',
+install_data('LICENSE.GPL2',
'LICENSE.LGPL2.1',
- 'TRANSIENT-SETTINGS.md',
- 'UIDS-GIDS.md',
+ 'NEWS',
+ 'README',
+ 'doc/CODING_STYLE',
+ 'doc/DISTRO_PORTING',
+ 'doc/ENVIRONMENT.md',
+ 'doc/HACKING',
+ 'doc/TRANSIENT-SETTINGS.md',
+ 'doc/TRANSLATORS',
+ 'doc/UIDS-GIDS.md',
'src/libelogind/sd-bus/GVARIANT-SERIALIZATION',
install_dir : docdir)