(LOCALES): Generate en_US.UTF-8 locale.

2001-08-09  Andreas Jaeger  <aj@suse.de>

	* Makefile (LOCALES): Generate en_US.UTF-8 locale.
This commit is contained in:
Andreas Jaeger 2001-08-09 13:08:08 +00:00
parent b649a605f7
commit a5271e2197
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-08-09 Andreas Jaeger <aj@suse.de>
* Makefile (LOCALES): Generate en_US.UTF-8 locale.
2001-08-04 Ulrich Drepper <drepper@redhat.com>
* charmaps/GEORGIAN-PS: New file.

View File

@ -128,7 +128,7 @@ CFLAGS-tst-trans.c = -Wno-format
ifeq (no,$(cross-compiling))
# We have to generate locales
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 \
en_US.ISO-8859-1 en_US.UTF-8 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)" | \