diff options
author | Akira TAGOH <akira@tagoh.org> | 2018-01-06 18:53:27 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2018-01-06 18:55:00 +0900 |
commit | 97488fd72577a86ffd52bbb42d781bad0dd723cf (patch) | |
tree | 6ee27e06ccf100736e06061ea4d6a962c1deb88a /po-conf/Makevars | |
parent | 030e2e4e9473532de5ef6bf4c7905bdf653dc6ef (diff) |
export GETTEXTDATADIR to refer the local .its/.loc file instead of using --its option
Diffstat (limited to 'po-conf/Makevars')
-rw-r--r-- | po-conf/Makevars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po-conf/Makevars b/po-conf/Makevars index 84118216..abbd2209 100644 --- a/po-conf/Makevars +++ b/po-conf/Makevars @@ -8,7 +8,7 @@ subdir = po-conf top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --its=$(top_srcdir)/src/fontconfig.its +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding @@ -77,4 +77,4 @@ PO_DEPENDS_ON_POT = yes # externally. DIST_DEPENDS_ON_UPDATE_PO = yes - +$(DOMAIN).pot-update: export GETTEXTDATADIR = $(top_srcdir) |