diff options
Diffstat (limited to 'test-client/makefile')
-rw-r--r-- | test-client/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-client/makefile b/test-client/makefile index d7bbb51a..fd007720 100644 --- a/test-client/makefile +++ b/test-client/makefile @@ -28,6 +28,6 @@ LT = ../target/release/localetool $(LT): $(shell find ../locale/tools -type f) { cd ..; cargo $(CARGOFLAGS) build --release --bin localetool; } -locale/%.json: ../locale/%.ini $(LT) ../locale/en.ini +locale/%.json: $(LT) ../locale/%.ini ../book/locale/%.ini ../locale/en.ini ../book/locale/en.ini @mkdir -p locale - $(LT) export-json $< $@ --fallback ../locale/en.ini + $(LT) export-json $@ $(wordlist 2,99,$(^)) |