Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
2000-06-26  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (test-input): Add en_US.ISO-8859-1.
	* en_US.in: New file.
  • Loading branch information
Ulrich Drepper committed Jun 26, 2000
1 parent d831763 commit c2eee42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions localedata/ChangeLog
@@ -1,3 +1,8 @@
2000-06-26 Ulrich Drepper <drepper@redhat.com>

* Makefile (test-input): Add en_US.ISO-8859-1.
* en_US.in: New file.

2000-06-25 Ulrich Drepper <drepper@redhat.com>

* Makefile (test-input): Remove everything but de_DE.ISO-8859-1
Expand Down
2 changes: 1 addition & 1 deletion localedata/Makefile
Expand Up @@ -39,7 +39,7 @@ test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch tst-trans \
tst-mbswcs1 tst-mbswcs2 tst-mbswcs3 tst-mbswcs4 tst-mbswcs5
#test-input := de_DE.ISO-8859-1 da_DK.ISO-8859-1 fr_CA,2.13.ISO-8859-1 \
# hr_HR.ISO-8859-2 # once it is fixed: cs_CZ.ISO-8859-2
test-input := de_DE.ISO-8859-1
test-input := de_DE.ISO-8859-1 en_US.ISO-8859-1
test-input-data = $(addsuffix .in, $(basename $(test-input)))
test-output := $(foreach s, .out .xout, \
$(addsuffix $s, $(basename $(test-input))))
Expand Down
4 changes: 4 additions & 0 deletions localedata/en_US.in
@@ -0,0 +1,4 @@
test
test1
test11
test2

0 comments on commit c2eee42

Please sign in to comment.