From: Dave Love Date: Sun, 19 May 2002 11:21:26 +0000 (+0000) Subject: (DONTCOMPILE): Remove ucs-tables, utf-8, X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~825 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12542041a12301b372aebedfc3de2fbecd40870d;p=emacs.git (DONTCOMPILE): Remove ucs-tables, utf-8, utf-8-subst; add vietnamese, cyrillic, czech. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 1335e55932f..3eaf33a78a0 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -63,9 +63,6 @@ DONTCOMPILE = \ $(lisp)/international/latin-8.el \ $(lisp)/international/latin-9.el \ $(lisp)/international/latin1-disp.el \ - $(lisp)/international/ucs-tables.el \ - $(lisp)/international/utf-8.el \ - $(lisp)/international/utf-8-subst.el \ $(lisp)/international/mule-conf.el \ $(lisp)/language/czech.el \ $(lisp)/language/devanagari.el \ @@ -81,6 +78,9 @@ DONTCOMPILE = \ $(lisp)/language/thai.el \ $(lisp)/language/utf-8-lang.el \ $(lisp)/language/georgian.el \ + $(lisp)/language/vietnamese.el \ + $(lisp)/language/cyrillic.el \ + $(lisp)/language/czech.el \ $(lisp)/loaddefs.el \ $(lisp)/loadup.el \ $(lisp)/mail/blessmail.el \