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 /Makefile.am | |
parent | 030e2e4e9473532de5ef6bf4c7905bdf653dc6ef (diff) |
export GETTEXTDATADIR to refer the local .its/.loc file instead of using --its option
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 00ea568a..cc3024e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ SUBDIRS=fontconfig fc-case fc-lang src \ fc-cache fc-cat fc-conflist fc-list fc-match \ fc-pattern fc-query fc-scan fc-validate conf.d \ - po po-conf test + its po po-conf test if ENABLE_DOCS SUBDIRS += doc endif |