Preserve order of dictionary files in order to simplify comparing of reports
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 19 Apr 2017 20:54:47 +0300
changeset 830 9631386b2ec2
parent 829 f5c7e513cbff
child 831 589fd43078a1
Preserve order of dictionary files in order to simplify comparing of reports between different builds.
Makefile
--- a/Makefile	Wed Apr 19 20:53:05 2017 +0300
+++ b/Makefile	Wed Apr 19 20:54:47 2017 +0300
@@ -134,7 +134,7 @@
 
 PY_FILES := $(wildcard py/gadict*.py)
 
-GADICT_FILES := $(wildcard *.gadict)
+GADICT_FILES := $(sort $(wildcard *.gadict))
 
 C5_FILES := $(patsubst %.gadict,dist/dictd/%.c5,$(GADICT_FILES))
 ALL_C5_FILES := $(C5_FILES) dist/dictd/gadict_en-ru.c5 dist/dictd/gadict_en-uk.c5