diff options
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 218e68e09c..05b85e14ad 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -42,9 +42,10 @@ test-input := de_DE.ISO-8859-1 da_DK.ISO-8859-1 fr_CA,2.13.ISO-8859-1 \ test-input-data = $(addsuffix .in, $(basename $(test-input))) test-output := $(foreach s, .out .xout, \ $(addsuffix $s, $(basename $(test-input)))) -ld-test-names := test1 test2 test3 test4 test5 +ld-test-names := test1 test2 test3 test4 test5 test6 ld-test-srcs := $(addprefix tests/,$(addsuffix .cm,$(ld-test-names)) \ - $(addsuffix .def,$(ld-test-names))) + $(addsuffix .def,$(ld-test-names)) \ + $(addsuffix .ds,$(ld-test-names))) fmon-tests = n01y12 n02n40 n10y31 n11y41 n12y11 n20n32 n30y20 n41n00 \ y01y10 y02n22 y22n42 y30y21 y32n31 y40y00 y42n21 @@ -57,7 +58,7 @@ distribute := CHECKSUMS README SUPPORTED ChangeLog \ $(charmaps) $(locales) $(repertoiremaps) \ tst-rpmatch.sh tst-locale.sh tst-fmon.sh sort-test.sh \ tst-fmon.data $(test-input-data) $(ld-test-srcs) \ - th_TH.in cs_CZ.in tst-mbswcs.sh + th_TH.in cs_CZ.in tst-mbswcs.sh tst-trans.sh trans.def # Get $(inst_i18ndir) defined. include ../Makeconfig |