diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 03:47:16 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 03:55:22 +0200 |
commit | 5a92e842d4b3b45447284d93190c1b09394a1f30 (patch) | |
tree | a5c50e9db37b20933cf99b8cde1906dc5ff0e1e9 /GNUmakefile | |
parent | 62df5a38c564bfe997c468d40e6d4d0988f348f3 (diff) |
Generate locales programatically
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |