diff options
Diffstat (limited to 'nls/zh_CN/Makefile.am')
-rw-r--r-- | nls/zh_CN/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nls/zh_CN/Makefile.am b/nls/zh_CN/Makefile.am index 510be09..33b4782 100644 --- a/nls/zh_CN/Makefile.am +++ b/nls/zh_CN/Makefile.am | |||
@@ -1,8 +1,8 @@ | |||
1 | # nls/zh_CN/Makefile.am for Fluxbox - www.fluxbox.org | 1 | # nls/zh_CN/Makefile.am for Fluxbox - www.fluxbox.org |
2 | 2 | ||
3 | THE_LANG = zh_CN | 3 | THE_LANG = zh_CN |
4 | SRC_CODESET = ISO-8859-1 | 4 | SRC_CODESET = UTF-8 |
5 | DEST_CODESETS = ISO-8859-1 UTF-8 | 5 | DEST_CODESETS = UTF-8 GB2312 BIG5 |
6 | 6 | ||
7 | LOCALE_PATH = @LOCALE_PATH@ | 7 | LOCALE_PATH = @LOCALE_PATH@ |
8 | NLSTEST = @NLS@ | 8 | NLSTEST = @NLS@ |
@@ -29,7 +29,7 @@ install-data-local: $(CATFILES) | |||
29 | translations: $(GENERATED_MFILES) | 29 | translations: $(GENERATED_MFILES) |
30 | 30 | ||
31 | generated-%.m: Translation.m | 31 | generated-%.m: Translation.m |
32 | iconv -f $(SRC_CODESET) -t $* Translation.m | sed s/$(SRC_CODESET)/$*/ > $@ | 32 | iconv -c -f $(SRC_CODESET) -t $* Translation.m | sed s/$(SRC_CODESET)/$*/ > $@ |
33 | 33 | ||
34 | uninstall-local: | 34 | uninstall-local: |
35 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 35 | @if test x$(NLSTEST) = "x-DNLS"; then \ |