diff options
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 8fb04ef3a2..c7ce0b7018 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +1998-03-25 Ulrich Drepper <drepper@cygnus.com> + + * Makefile (distribute): Add tst-locale.sh. + 1998-03-24 12:14 Ulrich Drepper <drepper@cygnus.com> * Makefile (distribute): Add SUPPORTED. diff --git a/localedata/Makefile b/localedata/Makefile index 0695931b70..fbe40ee8d8 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -44,7 +44,7 @@ ld-test-srcs := $(addprefix tests/,$(addsuffix .cm,$(ld-test-names)) \ 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) $(ld-test-srcs) tst-rpmatch.sh \ - SUPPORTED + SUPPORTED tst-locale.sh # Get $(inst_i18ndir) defined. include ../Makeconfig |