diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-01-25 19:46:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-01-25 19:46:25 +0000 |
commit | 49891c106244888123557fca7fddda4fa1f96b1d (patch) | |
tree | be82ef12bd1f25781c3755052d73bbf800020b49 /localedata/Makefile | |
parent | 3f07c1da66f3e9b50c62dec07a4c5b68794485cf (diff) | |
download | glibc-49891c106244888123557fca7fddda4fa1f96b1d.zip glibc-49891c106244888123557fca7fddda4fa1f96b1d.tar.gz glibc-49891c106244888123557fca7fddda4fa1f96b1d.tar.bz2 |
Use most recent localedata from glibc-2.0.91.
1997-10-09 04:56 Ulrich Drepper <drepper@cygnus.com>
* locales/is_IS: Update from Debian version.
1997-08-29 03:16 Ulrich Drepper <drepper@cygnus.com>
* 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.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 87f8cba..68bdf15 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 |