diff options
author | Wu Xiaotian <[email protected]> | 2019-08-30 15:52:44 +0800 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2019-08-30 21:14:26 +0200 |
commit | f58866e5d85915ba8e957cd0c6054c392f9d3ffa (patch) | |
tree | 62c40a5c3598432e014af039b19ae45b5fe49f57 | |
parent | 0b14642c7e64825b46ea18f19d809257943a4eb5 (diff) | |
download | mate-settings-daemon-f58866e5d85915ba8e957cd0c6054c392f9d3ffa.tar.bz2 mate-settings-daemon-f58866e5d85915ba8e957cd0c6054c392f9d3ffa.tar.xz |
setup GETTEXTDATADIRS environment variable for xgettext
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
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) |