]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: install additional files
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 18 Feb 2019 11:53:52 +0000 (12:53 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:43:32 +0000 (10:43 +0100)
meson.build

index a694d956ae419eae1f394eb9c5ff4e7169273d2b..7889121695c50612e0d34ed2e967552d9804541c 100644 (file)
@@ -166,6 +166,16 @@ if systemd_unit_files != 'disabled'
   subdir('systemd')
 endif
 
+# Additional files
+install_data(
+  sources: [
+    'AUTHORS',
+    'COPYING',
+    'NEWS',
+  ],
+  install_dir: doc_dir,
+)
+
 
 # Summary message
 # NOTE: ternary operator in format() not supported