From f58866e5d85915ba8e957cd0c6054c392f9d3ffa Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Fri, 30 Aug 2019 15:52:44 +0800 Subject: setup GETTEXTDATADIRS environment variable for xgettext --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makevars b/po/Makevars index 03c1139..65594cf 100644 --- a/po/Makevars +++ b/po/Makevars @@ -76,4 +76,4 @@ PO_DEPENDS_ON_POT = yes # "no". Set this to no if the POT file and PO files are maintained # externally. DIST_DEPENDS_ON_UPDATE_PO = yes -$(DOMAIN).pot-update: export GETTEXTDATADIR = $(top_srcdir) +$(DOMAIN).pot-update: export GETTEXTDATADIRS = $(top_srcdir) -- cgit v1.2.1