From ae9ed982f7a69eadb40b424b73e7ba49e590cd11 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 12 Oct 2024 13:11:38 +0200 Subject: use locales from dist-extra --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 2fcf616..adbb9bc 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ noop = space = $(noop) $(noop) comma = , -langs = $(patsubst main/locale/%.ini,%,$(wildcard main/locale/*.ini)) +langs = $(patsubst dist-extra/locale/%.ini,%,$(wildcard dist-extra/locale/*.ini)) s_langs = $(subst $(space),$(comma),$(langs)) out = $(shell echo index.{$(s_langs)}.html) index.html @@ -13,7 +13,7 @@ all: $(out) clean: rm -f $(out) -index.%.html: main/locale/%.ini main/locale/en.ini +index.%.html: dist-extra/locale/%.ini dist-extra/locale/en.ini python translate.py $(*) index.html: index.en.html cp $< $@ -- cgit v1.2.3-70-g09d2