summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLNJ <git@lnj.li>2017-02-20 19:28:07 +0100
committerAuke Kok <sofar+github@foo-projects.org>2017-02-20 11:10:36 -0800
commit214bd005e7966bca190fcef50737808685eaa50d (patch)
tree29744466dabb029d675a8adf9a967e669c57ba43 /Makefile
parent15f86d36c1f0272e8e27c1bb2e3c9a863067d210 (diff)
Switch to new intllib system using gettext
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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