diff options
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/Makefile | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 0832f04f15..fdc17bcbbf 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +1999-05-03 Ulrich Drepper <drepper@cygnus.com> + + * Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in. + 1999-04-29 Ulrich Drepper <drepper@cygnus.com> * Makefile (install-locales): Allow specifying charset in locale diff --git a/localedata/Makefile b/localedata/Makefile index 5bb4702beb..c071f53dfb 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -51,7 +51,8 @@ generated-dirs := $(basename $(test-input)) en_US $(ld-test-names) 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) + tst-fmon.data $(test-input-data) $(ld-test-srcs) \ + th_TH.in cs_CZ.in # Get $(inst_i18ndir) defined. include ../Makeconfig |