Fix previous change.
This commit is contained in:
parent
acc3a7032b
commit
fa215d8baf
2 changed files with 5 additions and 1 deletions
|
@ -293,6 +293,10 @@ CNS-7.map: ${MISC_CHARMAPS}/cns2ucsdkw.txt mapconv compact.awk
|
|||
# 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 $@...
|
||||
|
|
|
@ -38,7 +38,7 @@ BASE=`basename $1`
|
|||
|
||||
case "$3" in
|
||||
GLIBC*)
|
||||
SOURCE=`glibc-2.3.2/localedata/charmaps/${BASE}`;;
|
||||
SOURCE="glibc-2.3.2/localedata/charmaps/${BASE}";;
|
||||
CZYBORRA)
|
||||
SOURCE="http://czyborra.com/charsets/${BASE}";;
|
||||
IANA)
|
||||
|
|
Loading…
Add table
Reference in a new issue