forked from ariadne/pkgconf
meson: install README.md/AUTHORS to share/doc/pkgconf
To mirror what the autotools build does.master
parent
0526364b85
commit
78a77dd497
|
@ -97,3 +97,5 @@ install_man('man/pkg.m4.7')
|
||||||
install_man('man/pc.5')
|
install_man('man/pc.5')
|
||||||
install_man('man/pkgconf-personality.5')
|
install_man('man/pkgconf-personality.5')
|
||||||
install_data('pkg.m4', install_dir: 'share/aclocal')
|
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')
|
Loading…
Reference in New Issue