meson: install LICENSE and README.md

This commit is contained in:
Daniel Eklöf 2020-07-25 09:08:11 +02:00
parent 06c2a69120
commit a7820e1db7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -122,6 +122,9 @@ yambar = executable(
install: true,
install_rpath: '$ORIGIN/../' + get_option('libdir') + '/yambar')
install_data(
'LICENSE', 'README.md',
install_dir: join_paths(get_option('datadir'), 'doc', 'yambar'))
install_data('yambar.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
subdir('test')