aboutsummaryrefslogtreecommitdiffstats
path: root/admin/charsets
diff options
context:
space:
mode:
authorGlenn Morris2015-05-22 19:17:51 -0400
committerGlenn Morris2015-05-22 19:17:51 -0400
commita89ea17be3b589274527bbee6d3c96ff66a226b7 (patch)
tree1fe88f38c1290abb179c40671a7b38503429110f /admin/charsets
parentfa560755d533889bd95dc7475937f93dc58e9191 (diff)
downloademacs-a89ea17be3b589274527bbee6d3c96ff66a226b7.tar.gz
emacs-a89ea17be3b589274527bbee6d3c96ff66a226b7.zip
* admin/charsets/Makefile.in (TRANS_TABLE): Add short aliases.
Diffstat (limited to 'admin/charsets')
-rw-r--r--admin/charsets/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/charsets/Makefile.in b/admin/charsets/Makefile.in
index 1709756f821..0b96cd19713 100644
--- a/admin/charsets/Makefile.in
+++ b/admin/charsets/Makefile.in
@@ -141,7 +141,7 @@ define map_template
141 $(notdir ${1}): ${1} 141 $(notdir ${1}): ${1}
142endef 142endef
143 143
144$(foreach mfile,${CHARSETS},$(eval $(call map_template,$(mfile)))) 144$(foreach mfile,${CHARSETS} ${TRANS_TABLE},$(eval $(call map_template,$(mfile))))
145 145
146${charsetdir}/VSCII.map: ${GLIBC_CHARMAPS}/TCVN5712-1.gz ${mapconv} ${compact} 146${charsetdir}/VSCII.map: ${GLIBC_CHARMAPS}/TCVN5712-1.gz ${mapconv} ${compact}
147 ${AM_V_GEN}${run_mapconv} $< '/^<.*[ ]\/x[0-9a-f].[ ]/' GLIBC-1 ${compact} > $@ 147 ${AM_V_GEN}${run_mapconv} $< '/^<.*[ ]\/x[0-9a-f].[ ]/' GLIBC-1 ${compact} > $@