Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-06-03 20:34:48 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:49:48 +0300
commit131ecd156e41cbc2d47ca317e4172ae71e21b808 (patch)
treece17b5f825331307e122caf8515bd745b716a4bc /tools/unix/generate_drules.sh
parentf09f8296bb94a7484009655305233b794c3d76f0 (diff)
Added kothic and drules generation script
Diffstat (limited to 'tools/unix/generate_drules.sh')
-rwxr-xr-xtools/unix/generate_drules.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/unix/generate_drules.sh b/tools/unix/generate_drules.sh
new file mode 100755
index 0000000000..78c7c21e15
--- /dev/null
+++ b/tools/unix/generate_drules.sh
@@ -0,0 +1,5 @@
+echo "Build drawing rules light"
+python ../kothic/libkomwm.py -s ../../data/styles/normal_light.mapcss -o ../../data/drules_proto
+
+echo "Build drawing rules dark"
+python ../kothic/libkomwm.py -s ../../data/styles/normal_dark.mapcss -o ../../data/drules_proto_dark