* admin/charsets/Makefile.in (TRANS_TABLE): Add short aliases.
This commit is contained in:
parent
fa560755d5
commit
a89ea17be3
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ define map_template
|
|||
$(notdir ${1}): ${1}
|
||||
endef
|
||||
|
||||
$(foreach mfile,${CHARSETS},$(eval $(call map_template,$(mfile))))
|
||||
$(foreach mfile,${CHARSETS} ${TRANS_TABLE},$(eval $(call map_template,$(mfile))))
|
||||
|
||||
${charsetdir}/VSCII.map: ${GLIBC_CHARMAPS}/TCVN5712-1.gz ${mapconv} ${compact}
|
||||
${AM_V_GEN}${run_mapconv} $< '/^<.*[ ]\/x[0-9a-f].[ ]/' GLIBC-1 ${compact} > $@
|
||||
|
|
Loading…
Add table
Reference in a new issue