summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-08-30 16:23:01 +0800
committerMartin Wimpress <[email protected]>2019-08-31 13:37:33 +0100
commitee8867b759d245cc674aab70ff20dd9e3200b06f (patch)
tree353d091d73f128faaa75ef4e5fbe4566e022fc84
parent564e83336de68810e28d76d5badade632c246e27 (diff)
downloadmarco-ee8867b759d245cc674aab70ff20dd9e3200b06f.tar.bz2
marco-ee8867b759d245cc674aab70ff20dd9e3200b06f.tar.xz
Fix build warning about xgettext
xgettext: warning: file 'src/org.mate.marco.gschema.xml' extension 'xml' is unknown; will try C
-rw-r--r--po/Makevars2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars
index 71210e1b..fc964c5d 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)