Merge pull request #88 from kiwix/legoktm-patch2

Rename compile_resources.py to less generic name
This commit is contained in:
Matthieu Gautier 2017-09-26 18:02:42 +02:00 committed by GitHub
commit 192a249d23
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'))