From 49891c106244888123557fca7fddda4fa1f96b1d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 Jan 1998 19:46:25 +0000 Subject: Use most recent localedata from glibc-2.0.91. 1997-10-09 04:56 Ulrich Drepper * locales/is_IS: Update from Debian version. 1997-08-29 03:16 Ulrich Drepper * tst-fmon.c: New file. strfmon test program. * tst-fmon.sh: New file. Script to run strfmon test. * fmon-de_DE.exp: New file. Expected result of strfmon test for de_DE. * fmon-en_US.exp: New file. Expected result of strfmon test for en_US. * locales/cs_CZ: Update from author. --- localedata/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'localedata/Makefile') diff --git a/localedata/Makefile b/localedata/Makefile index 87f8cbaceb..68bdf15bab 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -32,7 +32,10 @@ locales := $(filter-out $(addprefix locales/, CVS RCS %~), \ test-srcs := collate-test xfrm-test tst-fmon test-input := de_DE.ISO-8859-1 da_DK.ISO-8859-1 fr_CA,2.13.ISO-8859-1 -fmon-input := de_DE.ISO-8859-1 en_US.ISO-8859-1 + +distribute := CHECKSUMS tst-fmon.sh tst-fmon.data ChangeLog sort-test.sh \ + README mnemonic.ds fr_CA,2.13.in de_DE.in da_DK.in \ + $(charmaps) $(locales) # Get $(inst_i18ndir) defined. include ../Makeconfig @@ -42,7 +45,7 @@ install-others := $(addprefix $(inst_i18ndir)/, $(charmaps) $(locales)) include ../Rules -# Install the message object files as libc.po in the language directory. +# Install the source files in the appropriate directories. $(inst_i18ndir)/charmaps/%: charmaps/%; $(do-install) $(inst_i18ndir)/locales/%: locales/%; $(do-install) @@ -50,5 +53,5 @@ $(inst_i18ndir)/locales/%: locales/%; $(do-install) ifeq (no,$(cross-compiling)) tests: $(objpfx)collate-test $(objpfx)xfrm-test $(objpfx)tst-fmon $(SHELL) -e sort-test.sh $(common-objpfx) $(test-input) - $(SHELL) -e tst-fmon.sh $(common-objpfx) $(fmon-input) + $(SHELL) -e tst-fmon.sh $(common-objpfx) tst-fmon.data endif -- cgit v1.2.3