]> code.delx.au - gnu-emacs/blobdiff - lisp/Makefile.in
Comment change.
[gnu-emacs] / lisp / Makefile.in
index a5539f2877fba2d35adc8ca1110d92264cfae809..87fae4711f89987a9ed75fec5dff8f82aef37cbb 100644 (file)
@@ -40,7 +40,8 @@ lisptagsfiles2 = $(lisp)/[a-zA-Z]*/[a-zA-Z]*.el
 ETAGS = ../lib-src/etags
 
 # Files which should not be compiled.  If you change the name `DONTCOMPILE'
-# to something different, you'll have to change make-dist as well.
+# to something different, you'll have to change make-dist as well, and
+# modify the lists in $lisp and $shortlisp on src/Makefile.in.
 #
 # - emacs-lisp/cl-specs.el:  only contains `def-edebug-spec's so there's
 #   no point compiling it, although it doesn't hurt.
@@ -63,6 +64,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 \
@@ -248,6 +263,6 @@ bootstrap-clean:
 bootstrap: autoloads compile-files custom-deps
 
 distclean:
-       -rm -f $(lisp)/Makefile
+       -rm -f ./Makefile
 
 # Makefile ends here.