about summary refs log tree commit diff
path: root/localedata/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/Makefile')
-rw-r--r--localedata/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index 4108b7ed47..614e1355dc 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -35,7 +35,9 @@ repertoiremaps := $(filter-out $(addprefix repertoiremaps/, CVS RCS %~), \
 					   $(wildcard repertoiremaps/*))
 
 test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch
-test-input := de_DE.ISO-8859-1 da_DK.ISO-8859-1 fr_CA,2.13.ISO-8859-1
+test-input := de_DE.ISO-8859-1 da_DK.ISO-8859-1 fr_CA,2.13.ISO-8859-1 \
+	      hr_HR.ISO-8859-2 
+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
@@ -45,10 +47,10 @@ ld-test-srcs := $(addprefix tests/,$(addsuffix .cm,$(ld-test-names)) \
 generated := $(test-input) $(test-output)
 generated-dirs := $(basename $(test-input)) en_US $(ld-test-names)
 
-distribute := CHECKSUMS tst-fmon.sh tst-fmon.data ChangeLog sort-test.sh \
-	      README fr_CA,2.13.in de_DE.in da_DK.in $(repertoiremaps)	 \
-	      $(charmaps) $(locales) $(ld-test-srcs) tst-rpmatch.sh	 \
-	      SUPPORTED tst-locale.sh
+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)
 
 # Get $(inst_i18ndir) defined.
 include ../Makeconfig
@@ -69,7 +71,7 @@ ifeq (no,$(cross-compiling))
 .PHONY: do-collate-test do-tst-fmon do-tst-locale do-tst-rpmatch
 tests: do-collate-test do-tst-fmon do-tst-locale do-tst-rpmatch
 do-collate-test: sort-test.sh $(objpfx)collate-test $(objpfx)xfrm-test \
-		 $(test-input:.ISO-8859-1=.in)
+		 $(test-input-data)
 	$(SHELL) -e $< $(common-objpfx) $(test-input)
 do-tst-fmon: tst-fmon.sh $(objpfx)tst-fmon tst-fmon.data  do-collate-test
 	$(SHELL) -e $< $(common-objpfx) tst-fmon.data