From 5c118a87a11ed1cfe96705d8dde2cc307f977757 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 8 Aug 2017 10:26:02 -0400 Subject: [PATCH] Rename compile_resources.py to less generic name --- scripts/{compile_resources.py => kiwix-compile-resources} | 0 scripts/meson.build | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{compile_resources.py => kiwix-compile-resources} (100%) diff --git a/scripts/compile_resources.py b/scripts/kiwix-compile-resources similarity index 100% rename from scripts/compile_resources.py rename to scripts/kiwix-compile-resources diff --git a/scripts/meson.build b/scripts/meson.build index c74cb8577..7e86f5b86 100644 --- a/scripts/meson.build +++ b/scripts/meson.build @@ -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'))