about summary refs log tree commit diff
path: root/localedata/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-09-25 17:01:50 +0000
committerUlrich Drepper <drepper@redhat.com>2005-09-25 17:01:50 +0000
commitd3f70d6eb0b90d09ce665dbb490d70937a3ec7ea (patch)
tree42d456a16e15e7867adf643fcf9f0530151f815b /localedata/Makefile
parent5512d89be3d1f8c58bf5d62c6f493d0d6a4b3dab (diff)
downloadglibc-d3f70d6eb0b90d09ce665dbb490d70937a3ec7ea.tar.gz
glibc-d3f70d6eb0b90d09ce665dbb490d70937a3ec7ea.tar.xz
glibc-d3f70d6eb0b90d09ce665dbb490d70937a3ec7ea.zip
* Makefile (LOCALES): Add zh_TW.EUC-TW.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index 0e554806d4..db22cf16e4 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1996-2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1996-2002, 2003, 2005 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -132,7 +132,7 @@ 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 \
 	   vi_VN.TCVN5712-1 nb_NO.ISO-8859-1 nn_NO.ISO-8859-1 \
-	   tr_TR.UTF-8 cs_CZ.UTF-8
+	   tr_TR.UTF-8 cs_CZ.UTF-8 zh_TW.EUC-TW
 LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g')
 CHARMAPS := $(shell echo "$(LOCALES)" | \
 		    sed -e 's/[^ .]*[.]\([^ ]*\)/\1/g' -e s/SJIS/SHIFT_JIS/g)