From 214bd005e7966bca190fcef50737808685eaa50d Mon Sep 17 00:00:00 2001 From: LNJ Date: Mon, 20 Feb 2017 19:28:07 +0100 Subject: Switch to new intllib system using gettext --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e897000..2586844 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ all: release release: VERSION=`git describe --tags`; \ git archive --format zip --output "$(PROJECT)-$${VERSION}.zip" --prefix=$(PROJECT)/ master + +poupdate: + ../intllib/tools/xgettext.sh *.lua -- cgit v1.2.3