diff options
author | Dave Love <fx@gnu.org> | 2001-12-18 15:37:38 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2001-12-18 15:37:38 +0000 |
commit | 28c7d1b8257f2b59ec0f0146505b86435b0ba3a8 (patch) | |
tree | 4f31c6a7846d64d769cafe75220cc8a47f141946 /lisp/Makefile.in | |
parent | 9a02c067e44223880912d96d1c14e4d96ed51abf (diff) | |
download | emacs-28c7d1b8257f2b59ec0f0146505b86435b0ba3a8.tar.gz |
(DONTCOMPILE): Add various language files.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index a5539f2877f..988536757ed 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -63,6 +63,20 @@ DONTCOMPILE = \ $(lisp)/international/latin-8.el \ $(lisp)/international/latin-9.el \ $(lisp)/international/mule-conf.el \ + $(lisp)/language/czech.el \ + $(lisp)/language/devanagari.el \ + $(lisp)/language/english.el \ + $(lisp)/language/greek.el \ + $(lisp)/language/hebrew.el \ + $(lisp)/language/japanese.el \ + $(lisp)/language/korean.el \ + $(lisp)/language/lao.el \ + $(lisp)/language/misc-lang.el \ + $(lisp)/language/romanian.el \ + $(lisp)/language/slovak.el \ + $(lisp)/language/thai.el \ + $(lisp)/language/utf-8-lang.el \ + $(lisp)/language/georgian.el \ $(lisp)/loaddefs.el \ $(lisp)/loadup.el \ $(lisp)/mail/blessmail.el \ |