diff options
author | Wu Xiaotian <[email protected]> | 2019-07-01 14:51:46 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 18:36:30 +0200 |
commit | 9000ef4014f7e5e86a85dfe738816ea915805510 (patch) | |
tree | bf7e786272290f931330777b9ce7e58ab00104d7 /po/Makevars | |
parent | ebf11ed7cac77f0e98e9293474e5044269fd2cbf (diff) | |
download | caja-9000ef4014f7e5e86a85dfe738816ea915805510.tar.bz2 caja-9000ef4014f7e5e86a85dfe738816ea915805510.tar.xz |
use GETTEXTDATADIRS replace GETTEXTDATADIR
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 2 |
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) |