From 78a77dd497c4ba057613e6e93aebe89824fa71f8 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 28 Nov 2020 15:22:28 +0100 Subject: [PATCH] meson: install README.md/AUTHORS to share/doc/pkgconf To mirror what the autotools build does. --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index 4916ccd..d5697e0 100644 --- a/meson.build +++ b/meson.build @@ -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') \ No newline at end of file