meson: install README.md/AUTHORS to share/doc/pkgconf

To mirror what the autotools build does.
pull/208/head
Christoph Reiter 2020-11-28 15:22:28 +01:00 committed by Ariadne Conill
parent 0526364b85
commit 78a77dd497
1 changed files with 2 additions and 0 deletions

View File

@ -97,3 +97,5 @@ install_man('man/pkg.m4.7')
install_man('man/pc.5')
install_man('man/pkgconf-personality.5')
install_data('pkg.m4', install_dir: 'share/aclocal')
install_data('AUTHORS', install_dir: 'share/doc/pkgconf')
install_data('README.md', install_dir: 'share/doc/pkgconf')