mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #381 from kiwix/manpage
Have meson manage/install the kiwix-compile-resources.1 man page
This commit is contained in:
commit
a35d95207e
|
@ -1 +0,0 @@
|
|||
debian/kiwix-compile-resources.1
|
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue