From 421f504f2a220bcf7865a073d48f05000f04aec3 Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 10 Sep 2002 17:24:17 +0000 Subject: [PATCH] * Makefile: Files under the EASTASIA directory were moved to the OBSOLETE directory at ftp.unicode.org. --- ChangeLog | 5 +++++ Makefile | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1fd1f0b..106097b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-10 Daiki Ueno + + * Makefile: Files under the EASTASIA directory were moved to the + OBSOLETE directory at ftp.unicode.org. + 2000-04-07 Tanaka Akira * Set up `standard-translation-table-for-decode'. diff --git a/Makefile b/Makefile index a1d309f..f6cd48d 100644 --- a/Makefile +++ b/Makefile @@ -57,16 +57,16 @@ _KSC5601.TXT: KSC5601.TXT ./decode_euc KSC5601.TXT | cut -f 1,3,4- > _KSC5601.TXT JIS0208.TXT: - wget $(UNICODE_MAPPINGS)/EASTASIA/JIS/JIS0208.TXT + wget $(UNICODE_MAPPINGS)/OBSOLETE/EASTASIA/JIS/JIS0208.TXT JIS0212.TXT: - wget $(UNICODE_MAPPINGS)/EASTASIA/JIS/JIS0212.TXT + wget $(UNICODE_MAPPINGS)/OBSOLETE/EASTASIA/JIS/JIS0212.TXT KSC5601.TXT: - wget $(UNICODE_MAPPINGS)/EASTASIA/KSC/KSC5601.TXT + wget $(UNICODE_MAPPINGS)/OBSOLETE/EASTASIA/KSC/KSC5601.TXT GB2312.TXT: - wget $(UNICODE_MAPPINGS)/EASTASIA/GB/GB2312.TXT + wget $(UNICODE_MAPPINGS)/OBSOLETE/EASTASIA/GB/GB2312.TXT CP932.TXT: wget $(UNICODE_MAPPINGS)/VENDORS/MICSFT/WINDOWS/CP932.TXT -- 1.7.10.4