about summary refs log tree commit diff
path: root/localedata/Makefile
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-12-06 14:37:42 +0100
committerMike FABIAN <mfabian@redhat.com>2017-12-07 15:38:11 +0100
commitd89756ebe1905c1989179c2f1c2b10ef2fb3354e (patch)
tree7e5a7a2d3f2b32e8e06d8f9164f3a265e1e42b65 /localedata/Makefile
parent1f9055ce04a66a787c400c05f12e88c96f07e686 (diff)
downloadglibc-d89756ebe1905c1989179c2f1c2b10ef2fb3354e.tar.gz
glibc-d89756ebe1905c1989179c2f1c2b10ef2fb3354e.tar.xz
glibc-d89756ebe1905c1989179c2f1c2b10ef2fb3354e.zip
lt_LT locale: Base collation on copy "iso14651_t1" [BZ #22524]
	[BZ #22524]
	* localedata/Makefile: Add lt_LT.UTF-8 to test-input
	and to the list of locales to be built for testing.
	* localedata/lt_LT.UTF-8.in: New file for testing the collation.
	* localedata/locales/lt_LT (LC_COLLATE): Use “copy "iso14651_t1"”
	and build the collation rules upon that.
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 d10a72d8ae..1d9ba82882 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -40,7 +40,7 @@ test-input := de_DE.ISO-8859-1 en_US.ISO-8859-1 da_DK.ISO-8859-1 \
 	      si_LK.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 \
 	      pl_PL.UTF-8 cs_CZ.UTF-8 fr_CA.UTF-8 hr_HR.UTF-8 \
 	      bs_BA.UTF-8 sr_RS.UTF-8 is_IS.UTF-8 et_EE.UTF-8 \
-	      hsb_DE.UTF-8
+	      hsb_DE.UTF-8 lt_LT.UTF-8
 test-input-data = $(addsuffix .in, $(test-input))
 test-output := $(foreach s, .out .xout, \
 			 $(addsuffix $s, $(basename $(test-input))))
@@ -111,7 +111,7 @@ LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \
 	   zh_TW.EUC-TW fa_IR.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 si_LK.UTF-8 \
 	   tr_TR.ISO-8859-9 en_GB.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8 lv_LV.UTF-8 \
 	   pl_PL.UTF-8 fr_CA.UTF-8 hr_HR.UTF-8 bs_BA.UTF-8 sr_RS.UTF-8 \
-	   is_IS.UTF-8 et_EE.UTF-8 hsb_DE.UTF-8
+	   is_IS.UTF-8 et_EE.UTF-8 hsb_DE.UTF-8 lt_LT.UTF-8
 include ../gen-locales.mk
 endif