diff options
author | Daniel Kolesa <quaker66@gmail.com> | 2014-05-07 11:19:24 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2014-06-10 15:48:50 +0100 |
commit | bebe011676d5950691f773daeef8bab592d052ea (patch) | |
tree | c9a8bff73f641dc6f8f3878c5a20d5c038329850 /po | |
parent | 544bf37c30ab396b1c7ed62fd2e5b35088899f31 (diff) |
elua: use the new app loading system
Diffstat (limited to 'po')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index 71266a8188..f332a1c2d7 100644 --- a/po/Makevars +++ b/po/Makevars | |||
@@ -13,7 +13,7 @@ XGETTEXT_FALLBACK := $(XGETTEXT) | |||
13 | # Override xgettext with a LuaJIT aware variant (which calls | 13 | # Override xgettext with a LuaJIT aware variant (which calls |
14 | # into plain xgettext if it needs to, and handles Lua on its own) | 14 | # into plain xgettext if it needs to, and handles Lua on its own) |
15 | XGETTEXT = XGETTEXT=$(XGETTEXT_FALLBACK) EFL_RUN_IN_TREE=1 \ | 15 | XGETTEXT = XGETTEXT=$(XGETTEXT_FALLBACK) EFL_RUN_IN_TREE=1 \ |
16 | $(top_builddir)/src/bin/elua/elua $(top_builddir)/src/bin/elua/xgettext.lua | 16 | $(top_builddir)/src/bin/elua/elua :xgettext |
17 | 17 | ||
18 | # These options get passed to xgettext. | 18 | # These options get passed to xgettext. |
19 | XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 --foreign-user | 19 | XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 --foreign-user |