Rename compile_resources.py to less generic name

This commit is contained in:
Kunal Mehta 2017-08-08 10:26:02 -04:00 committed by Matthieu Gautier
parent ba35f097d9
commit 5c118a87a1
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
res_compiler = find_program('compile_resources.py')
res_compiler = find_program('kiwix-compile-resources')
intermediate_ctpp2c = find_program('ctpp2c.sh')
install_data(res_compiler.path(), install_dir:get_option('bindir'))