summaryrefslogtreecommitdiff
path: root/localedata/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-06-17 22:44:18 +0000
committerUlrich Drepper <drepper@redhat.com>2001-06-17 22:44:18 +0000
commit3076f3d1ff83bf46dd13fc4c4193336734ace3a5 (patch)
tree8847bd9c24b3af2b91e9768248e3a9840808b96f /localedata/Makefile
parentc28d0993eb9ee5cce23249e4a84d3ecd894650b9 (diff)
Update.
2001-05-26 Bruno Haible <haible@clisp.cons.org> * charmaps/SHIFT_JIS: Renamed from charmaps/SJIS. Change code_set_name to SHIFT_JIS. Add SJIS as alias. * Makefile (CHARMAPS): For SJIS locale, use SHIFT_JIS charmap. * gen-locale.sh: Likewise.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index 90a7d818f2..bf2f88ddf6 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -125,7 +125,8 @@ LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \
en_US.ISO-8859-1 ja_JP.EUC-JP da_DK.ISO-8859-1 \
hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1
LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g')
-CHARMAPS := $(shell echo "$(LOCALES)"|sed 's/[^ .]*[.]\([^ ]*\)/\1/g')
+CHARMAPS := $(shell echo "$(LOCALES)" | \
+ sed -e 's/[^ .]*[.]\([^ ]*\)/\1/g' -e s/SJIS/SHIFT_JIS/g)
CTYPE_FILES = $(addsuffix /LC_CTYPE,$(LOCALES))
generated-dirs += $(LOCALES)