From 3fcd0f2c2b191468380710f5907a13bb92022c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sat, 16 Mar 2024 17:00:12 +0100 Subject: [PATCH] Updated makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3771d25..13852a2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ -deploy: bdp-kompass.php +translate: bdp-kompass.php msgfmt lang/bdp-kompass_de_DE.po -olang/bdp-kompass-de_DE.mo + +deploy: bdp-kompass.php + make translate @php ./.deployment/create_info_json.php $(version) mkdir -p ./.deployment/bdp-kompass/bdp-kompass cp -r * ./.deployment/bdp-kompass/bdp-kompass