meson: install AUTHORS

This commit is contained in:
Marcel Hollerbach 2017-10-03 21:45:57 +02:00
parent 56d839a31f
commit bef7238a9a
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ subdir('src')
subdir('doc')
subdir('data')
install_data(['AUTHORS'],
install_dir : join_paths(get_option('prefix'), get_option('infodir'), 'edi')
)
configure_file(
output : 'config.h',
install : false,