mirror of https://github.com/kiwix/libkiwix.git
Have meson manage/install the kiwix-compile-resources.1 man page
This commit is contained in:
parent
4e9f563b45
commit
b18c8e079e
|
@ -1 +0,0 @@
|
||||||
debian/kiwix-compile-resources.1
|
|
|
@ -2,3 +2,5 @@
|
||||||
res_compiler = find_program('kiwix-compile-resources')
|
res_compiler = find_program('kiwix-compile-resources')
|
||||||
|
|
||||||
install_data(res_compiler.path(), install_dir:get_option('bindir'))
|
install_data(res_compiler.path(), install_dir:get_option('bindir'))
|
||||||
|
|
||||||
|
install_man('kiwix-compile-resources.1')
|
||||||
|
|
Loading…
Reference in New Issue