Have meson manage/install the kiwix-compile-resources.1 man page

This commit is contained in:
Kunal Mehta 2020-07-13 18:04:27 -07:00 committed by Matthieu Gautier
parent 4e9f563b45
commit b18c8e079e
3 changed files with 2 additions and 1 deletions

View File

@ -1 +0,0 @@
debian/kiwix-compile-resources.1

View File

@ -2,3 +2,5 @@
res_compiler = find_program('kiwix-compile-resources')
install_data(res_compiler.path(), install_dir:get_option('bindir'))
install_man('kiwix-compile-resources.1')