diff options
| author | Dave Love | 2002-05-19 11:21:26 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-19 11:21:26 +0000 |
| commit | 12542041a12301b372aebedfc3de2fbecd40870d (patch) | |
| tree | d4c52b6808d8ffdfebfe0b335c3c6968278a3b21 | |
| parent | ec8ac703a5c361141c0defc55e3f2735bb737629 (diff) | |
| download | emacs-12542041a12301b372aebedfc3de2fbecd40870d.tar.gz emacs-12542041a12301b372aebedfc3de2fbecd40870d.zip | |
(DONTCOMPILE): Remove ucs-tables, utf-8,
utf-8-subst; add vietnamese, cyrillic, czech.
| -rw-r--r-- | lisp/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 = \ | |||
| 63 | $(lisp)/international/latin-8.el \ | 63 | $(lisp)/international/latin-8.el \ |
| 64 | $(lisp)/international/latin-9.el \ | 64 | $(lisp)/international/latin-9.el \ |
| 65 | $(lisp)/international/latin1-disp.el \ | 65 | $(lisp)/international/latin1-disp.el \ |
| 66 | $(lisp)/international/ucs-tables.el \ | ||
| 67 | $(lisp)/international/utf-8.el \ | ||
| 68 | $(lisp)/international/utf-8-subst.el \ | ||
| 69 | $(lisp)/international/mule-conf.el \ | 66 | $(lisp)/international/mule-conf.el \ |
| 70 | $(lisp)/language/czech.el \ | 67 | $(lisp)/language/czech.el \ |
| 71 | $(lisp)/language/devanagari.el \ | 68 | $(lisp)/language/devanagari.el \ |
| @@ -81,6 +78,9 @@ DONTCOMPILE = \ | |||
| 81 | $(lisp)/language/thai.el \ | 78 | $(lisp)/language/thai.el \ |
| 82 | $(lisp)/language/utf-8-lang.el \ | 79 | $(lisp)/language/utf-8-lang.el \ |
| 83 | $(lisp)/language/georgian.el \ | 80 | $(lisp)/language/georgian.el \ |
| 81 | $(lisp)/language/vietnamese.el \ | ||
| 82 | $(lisp)/language/cyrillic.el \ | ||
| 83 | $(lisp)/language/czech.el \ | ||
| 84 | $(lisp)/loaddefs.el \ | 84 | $(lisp)/loaddefs.el \ |
| 85 | $(lisp)/loadup.el \ | 85 | $(lisp)/loadup.el \ |
| 86 | $(lisp)/mail/blessmail.el \ | 86 | $(lisp)/mail/blessmail.el \ |