# HG changeset patch # User Oleksandr Gavenko # Date 1492624487 -10800 # Node ID 9631386b2ec24132321ebc1e2148e4f10d7ba48e # Parent f5c7e513cbff399ae28d32119553b7cd35099b68 Preserve order of dictionary files in order to simplify comparing of reports between different builds. diff -r f5c7e513cbff -r 9631386b2ec2 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