diff options
-rw-r--r-- | po/Makevars.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makevars.in b/po/Makevars.in index f3bfe98d2c..b1663e71de 100644 --- a/po/Makevars.in +++ b/po/Makevars.in | |||
@@ -12,8 +12,8 @@ XGETTEXT_FALLBACK := $(XGETTEXT) | |||
12 | 12 | ||
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 = ELUA=@elua_bin@ ELUA_INTREE=$(top_builddir)/src/bin/elua/elua \ | 15 | XGETTEXT = ELUA=@elua_bin@ ELUA_INTREE=$(top_srcdir)/src/bin/elua/elua \ |
16 | XGETTEXT=$(XGETTEXT_FALLBACK) ./xgettext_wrapper.sh | 16 | XGETTEXT=$(XGETTEXT_FALLBACK) $(top_srcdir)/po/xgettext_wrapper.sh |
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 |