changeset 40709:a6283c23f5ee

(LATIN): Add welsh. (UNICODE): New. (MISC): Add georgian. (WORLD): Add UNICODE.
author Dave Love <fx@gnu.org>
date Sun, 04 Nov 2001 16:54:16 +0000
parents a737a60a450b
children 890f548046c1
files leim/Makefile.in
diffstat 1 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/leim/Makefile.in	Sun Nov 04 16:52:21 2001 +0000
+++ b/leim/Makefile.in	Sun Nov 04 16:54:16 2001 +0000
@@ -102,7 +102,11 @@
 LATIN=	${srcdir}/quail/latin-pre.elc	\
 	${srcdir}/quail/latin-post.elc	\
 	${srcdir}/quail/latin-alt.elc	\
-	${srcdir}/quail/latin-ltx.elc
+	${srcdir}/quail/latin-ltx.elc   \
+	${srcdir}/quail/welsh.elc
+
+UNICODE=${srcdir}/quail/sgml-input.elc ${srcdir}/quail/rfc1345.elc \
+	${srcdir}/quail/uni-input.elc
 
 SLAVIC= \
 	${srcdir}/quail/czech.elc \
@@ -115,7 +119,8 @@
 MISC= \
 	${srcdir}/quail/ethiopic.elc \
 	${srcdir}/quail/ipa.elc \
-	${srcdir}/quail/hebrew.elc
+	${srcdir}/quail/hebrew.elc \
+	${srcdir}/quail/georgian.elc
 
 MISC-DIC=\
 	quail/tsang-b5.elc	\
@@ -131,7 +136,7 @@
 EASTASIA=${CHINESE} ${JAPANESE} ${KOREAN}
 ASIA=${EASTASIA} ${THAI} ${VIETNAMESE} ${LAO} ${INDIAN} ${TIBETAN}
 EUROPEAN=${LATIN} ${SLAVIC} ${GREEK} ${RUSSIAN}
-WORLD=${ASIA} ${EUROPEAN} ${MISC} ${MISC-DIC}
+WORLD=${ASIA} ${EUROPEAN} ${MISC} ${MISC-DIC} ${UNICODE}
 
 TIT=${CHINESE-TIT}
 NON-TIT=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${MISC}