diff options
author | LNJ <git@lnj.li> | 2017-02-20 19:28:07 +0100 |
---|---|---|
committer | Auke Kok <sofar+github@foo-projects.org> | 2017-02-20 11:10:36 -0800 |
commit | 214bd005e7966bca190fcef50737808685eaa50d (patch) | |
tree | 29744466dabb029d675a8adf9a967e669c57ba43 /Makefile | |
parent | 15f86d36c1f0272e8e27c1bb2e3c9a863067d210 (diff) |
Switch to new intllib system using gettext
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |