summaryrefslogtreecommitdiff
path: root/localedata
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-01 06:34:10 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-01 06:34:10 +0000
commita2294e570c396e6088329647ecdac3eab147f22f (patch)
treedc5df915e28ab750ba3a2d28f6577f9bc5996a93 /localedata
parentb62404dcc974bba61026c911fd9adf3c2730faab (diff)
* version.h (VERSION): Bump to 2.1.91. * configure.in: Update warning comment. glibc should not be broken anymore. * sysdeps/unix/sysv/linux/ia64/Dist: Remove old content. Add ioperm.c, sys/procfs.h, and sys/io.h. * sysdeps/powerpc/Dist: Add bp-asm.h. * sunrpc/rpc_cout.c (inline_struct): Add missing parenthesis in
Diffstat (limited to 'localedata')
-rw-r--r--localedata/ChangeLog3
-rw-r--r--localedata/Makefile4
2 files changed, 6 insertions, 1 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 2aecbb0e1b..6d4aeb5c14 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,8 @@
2000-06-30 Ulrich Drepper <drepper@redhat.com>
+ * Makefile (distribute): Add locale test suite files, fmon test
+ suite files, gen-locale.sh, and show-ucs-data.c.
+
* Depend: New file.
* Makefile: Rewrite rules to generate locale data.
diff --git a/localedata/Makefile b/localedata/Makefile
index 428ae27381..2dad3ecb73 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -69,7 +69,9 @@ distribute := CHECKSUMS README SUPPORTED ChangeLog \
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 tst-trans.sh tst-ctype.sh \
- tst-ctype-de_DE.in
+ tst-ctype-de_DE.in $(wildcard tests-mbwc/*.[ch]) \
+ $(addprefix tst-fmon-locales/tstfmon_,$(fmon-tests)) \
+ gen-locale.sh show-ucs-data.c
# Get $(inst_i18ndir) defined.
include ../Makeconfig