From: Tomas Krizek Date: Mon, 18 Feb 2019 11:53:52 +0000 (+0100) Subject: meson: install additional files X-Git-Tag: v4.0.0~24^2~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b23a9adb5a8cf9cc2479a074f1c1c0a99092968a;p=thirdparty%2Fknot-resolver.git meson: install additional files --- diff --git a/meson.build b/meson.build index a694d956a..788912169 100644 --- a/meson.build +++ b/meson.build @@ -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