diff admin/charsets/Makefile @ 89823:4dbae0eca96d

Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Thu, 12 Feb 2004 08:21:32 +0000
parents b2658475cebf
children e0e4e6a0599f
line wrap: on
line diff
--- a/admin/charsets/Makefile	Thu Feb 12 08:11:56 2004 +0000
+++ b/admin/charsets/Makefile	Thu Feb 12 08:21:32 2004 +0000
@@ -293,6 +293,10 @@
 	# Generating $@...
 	@mapconv $< '/^C7/' KANJI-DATABASE compact.awk > $@
 
+CNS-F.map: ${GLIBC_CHARMAPS}/EUC-TW mapconv compact.awk
+	# Generating $@...
+	@mapconv $< '/^<.*\/x8e\/xaf/ s,/x8e/xaf,,' GLIBC-2-7 compact.awk > $@
+
 # General target to produce map files for mule charsets.
 MULE-%.map: mule-charsets.el
 	# Generating $@...