From 83c21044f5cb711e9bb9bd0334f0137ca5bf87ad Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 19 Feb 2025 12:29:19 +0100 Subject: fix build error in test-client makefile --- test-client/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test-client') 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,$(^)) -- cgit v1.2.3-70-g09d2