Skip to content
Snippets Groups Projects
Verified Commit b23a9adb authored by Tomas Krizek's avatar Tomas Krizek
Browse files

meson: install additional files

parent 325b3a5b
Branches
Tags
1 merge request!771meson build system
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment