diff options
-rw-r--r-- | test-client/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-client/makefile b/test-client/makefile index fd007720..4836b309 100644 --- a/test-client/makefile +++ b/test-client/makefile @@ -28,6 +28,7 @@ LT = ../target/release/localetool $(LT): $(shell find ../locale/tools -type f) { cd ..; cargo $(CARGOFLAGS) build --release --bin localetool; } -locale/%.json: $(LT) ../locale/%.ini ../book/locale/%.ini ../locale/en.ini ../book/locale/en.ini +# include ../book/locale/%.ini when it works again +locale/%.json: $(LT) ../locale/%.ini ../locale/en.ini ../book/locale/en.ini @mkdir -p locale $(LT) export-json $@ $(wordlist 2,99,$(^)) |