From: Kenichi Handa Date: Sat, 8 Nov 2003 01:38:41 +0000 (+0000) Subject: (DONTCOMPILE): Add kannada.el. X-Git-Tag: ttn-vms-21-2-B4~8402 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7d9e5a72ba061afe199092d4a149a9a5800aa42;p=emacs.git (DONTCOMPILE): Add kannada.el. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 77cfc236b8b..8baf0278fe9 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -67,6 +67,7 @@ DONTCOMPILE = \ $(lisp)/language/devanagari.el \ $(lisp)/language/malayalam.el \ $(lisp)/language/tamil.el \ + $(lisp)/language/kannada.el \ $(lisp)/language/english.el \ $(lisp)/language/greek.el \ $(lisp)/language/hebrew.el \ diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 2462a58ae07..b050d78f76c 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -72,6 +72,7 @@ DONTCOMPILE = \ $(lisp)/international/mule-conf.el \ $(lisp)/language/czech.el \ $(lisp)/language/devanagari.el \ + $(lisp)/language/kannada.el \ $(lisp)/language/malayalam.el \ $(lisp)/language/tamil.el \ $(lisp)/language/english.el \