diff options
author | fluxgen <fluxgen> | 2002-05-23 10:28:39 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-05-23 10:28:39 (GMT) |
commit | 137e86058b62521cd7b22caea6614bc7be8c63dd (patch) | |
tree | 0aea109b8a6a20edb6b3a9432928e12d84b44dd7 /nls/tr_TR | |
parent | a5daec2ae7c57afe0bd4880f807197b407cf5f24 (diff) | |
download | fluxbox-137e86058b62521cd7b22caea6614bc7be8c63dd.zip fluxbox-137e86058b62521cd7b22caea6614bc7be8c63dd.tar.bz2 |
updated to LANG when generating
Diffstat (limited to 'nls/tr_TR')
-rw-r--r-- | nls/tr_TR/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/tr_TR/Makefile.am b/nls/tr_TR/Makefile.am index 2612ebf..f3a6278 100644 --- a/nls/tr_TR/Makefile.am +++ b/nls/tr_TR/Makefile.am | |||
@@ -31,5 +31,5 @@ Translation.m: $(MFILES) | |||
31 | 31 | ||
32 | blackbox.cat: Translation.m | 32 | blackbox.cat: Translation.m |
33 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 33 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
34 | $(gencat_cmd) blackbox.cat Translation.m; \ | 34 | LANG=tr_TR $(gencat_cmd) blackbox.cat Translation.m; \ |
35 | fi | 35 | fi |