Install man page and headers.
parent
2821610fbb
commit
43f2535c7d
|
@ -1,3 +1,12 @@
|
||||||
configure_file(input : 'config.h.meson',
|
configure_file(input : 'config.h.meson',
|
||||||
output : 'config.h',
|
output : 'config.h',
|
||||||
configuration : cdata)
|
configuration : cdata)
|
||||||
|
|
||||||
|
|
||||||
|
install_headers('libpkgconf.h',
|
||||||
|
'stdinc.h',
|
||||||
|
'iter.h',
|
||||||
|
'bsdstubs.h',
|
||||||
|
'libpkgconf-api.h',
|
||||||
|
subdir : 'libpkgconf')
|
||||||
|
|
||||||
|
|
|
@ -66,6 +66,7 @@ libpkg = shared_library('pkgconf',
|
||||||
pkg_bin = executable('pkgconf',
|
pkg_bin = executable('pkgconf',
|
||||||
'main.c',
|
'main.c',
|
||||||
'getopt_long.c',
|
'getopt_long.c',
|
||||||
|
|
||||||
link_with : libpkg,
|
link_with : libpkg,
|
||||||
install : true)
|
install : true)
|
||||||
|
|
||||||
|
install_man('pkgconf.1')
|
||||||
|
|
Loading…
Reference in New Issue