bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=bef7238a9a417b4599185d9983cb3ab80123fcd8
commit bef7238a9a417b4599185d9983cb3ab80123fcd8 Author: Marcel Hollerbach <marcel-hollerb...@t-online.de> Date: Tue Oct 3 21:45:57 2017 +0200 meson: install AUTHORS --- meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meson.build b/meson.build index 7a46710..2cf1083 100644 --- a/meson.build +++ b/meson.build @@ -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, --