From: Chong Yidong Date: Sun, 10 Jan 2010 00:39:05 +0000 (-0500) Subject: * Makefile.in (ELCFILES): Add wisent/python-wy.el and wisent/python.el. X-Git-Tag: emacs-pretest-23.1.92~58 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a069f06729651c5128ea07873924d38518ece677;p=emacs.git * Makefile.in (ELCFILES): Add wisent/python-wy.el and wisent/python.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 96e9f4808aa..270f036cd3e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,9 @@ * cedet/semantic.el (semantic-new-buffer-setup-functions): Add python parser. + * Makefile.in (ELCFILES): Add wisent/python-wy.el and + wisent/python.el. + 2010-01-10 Richard Kim * cedet/semantic/wisent/python-wy.el: diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 93e75bc51ef..d0b788f1463 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -419,6 +419,8 @@ ELCFILES = \ $(lisp)/cedet/semantic/wisent/javascript.elc \ $(lisp)/cedet/semantic/wisent/javat-wy.elc \ $(lisp)/cedet/semantic/wisent/js-wy.elc \ + $(lisp)/cedet/semantic/wisent/python-wy.elc \ + $(lisp)/cedet/semantic/wisent/python.elc \ $(lisp)/cedet/semantic/wisent/wisent.elc \ $(lisp)/cedet/srecode.elc \ $(lisp)/cedet/srecode/args.elc \