mirror of git://sourceware.org/git/glibc.git
parent
4edc30e4d7
commit
1a3eefef69
|
|
@ -1,5 +1,6 @@
|
||||||
2000-06-26 Ulrich Drepper <drepper@redhat.com>
|
2000-06-26 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* Makefile (distribute): Add tst-ctype-de_DE.in.
|
||||||
* tst-ctype.c: Read in more tests from stdin.
|
* tst-ctype.c: Read in more tests from stdin.
|
||||||
* tst-ctype.sh: Feed extra test data to program via stdin.
|
* tst-ctype.sh: Feed extra test data to program via stdin.
|
||||||
* tst-ctype-de_DE.in: New file.
|
* tst-ctype-de_DE.in: New file.
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,8 @@ distribute := CHECKSUMS README SUPPORTED ChangeLog \
|
||||||
$(charmaps) $(locales) $(repertoiremaps) \
|
$(charmaps) $(locales) $(repertoiremaps) \
|
||||||
tst-rpmatch.sh tst-locale.sh tst-fmon.sh sort-test.sh \
|
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 tst-mbswcs.sh tst-trans.sh tst-ctype.sh
|
th_TH.in cs_CZ.in tst-mbswcs.sh tst-trans.sh tst-ctype.sh \
|
||||||
|
tst-ctype-de_DE.in
|
||||||
|
|
||||||
# Get $(inst_i18ndir) defined.
|
# Get $(inst_i18ndir) defined.
|
||||||
include ../Makeconfig
|
include ../Makeconfig
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue