Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix previous change.
  • Loading branch information
Kenichi Handa committed Feb 12, 2004
1 parent 2b1b2c2 commit 8b53d1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions admin/charsets/Makefile
Expand Up @@ -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 $@...
Expand Down
2 changes: 1 addition & 1 deletion admin/charsets/mapconv
Expand Up @@ -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)
Expand Down

0 comments on commit 8b53d1e

Please sign in to comment.