From 5a92e842d4b3b45447284d93190c1b09394a1f30 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Aug 2025 03:47:16 +0200 Subject: Generate locales programatically --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 91b97a4..936ddfb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,7 +8,7 @@ templates := $(shell find src/templates -name '*.tmpl') exttmpl := $(wildcard cmd/exttmpl/*.go) -ENABLED_LANGUAGES := $(shell ./enabled-languages) +ENABLED_LANGUAGES := $(shell ./aux/enabled-languages) all: euro-cash.eu exttmpl -- cgit v1.2.3