# HG changeset patch # User Chong Yidong # Date 1263083945 18000 # Node ID 07693e3d04c6863d16028ec76de748e91000d724 # Parent fc2b73c71e0f1ae9b3a0cad09f9f897285678c7e * Makefile.in (ELCFILES): Add wisent/python-wy.el and wisent/python.el. diff -r fc2b73c71e0f -r 07693e3d04c6 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 09 19:38:07 2010 -0500 +++ b/lisp/ChangeLog Sat Jan 09 19:39:05 2010 -0500 @@ -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 -r fc2b73c71e0f -r 07693e3d04c6 lisp/Makefile.in --- a/lisp/Makefile.in Sat Jan 09 19:38:07 2010 -0500 +++ b/lisp/Makefile.in Sat Jan 09 19:39:05 2010 -0500 @@ -419,6 +419,8 @@ $(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 \