Description: Fix make clean
Author: NIIBE Yutaka <gniibe@fsij.org>
Forwarded: no
Reviewed-By: NIIBE Yutaka <gniibe@fsij.org>
Last-Update: 2010-05-12

--- tomoe-0.6.0.orig/data/Makefile.am
+++ tomoe-0.6.0/data/Makefile.am
@@ -18,7 +18,7 @@
 ## Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 ## Boston, MA  02111-1307  USA
 
-CLEANFILES = *~ *.bak *.valid
+CLEANFILES = *~ *.bak *.valid handwriting.xml
 
 pkgdata_DATA = dict.dtd xml2est.rb
 dict_data_DATA =
--- tomoe-0.6.0.orig/data/Makefile.in
+++ tomoe-0.6.0/data/Makefile.in
@@ -262,7 +262,7 @@ sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-CLEANFILES = *~ *.bak *.valid
+CLEANFILES = *~ *.bak *.valid handwriting.xml
 pkgdata_DATA = dict.dtd xml2est.rb
 dict_data_DATA = 
 recognizer_data_DATA = handwriting-zh_CN.xml handwriting-ja.xml
--- tomoe-0.6.0.orig/test/python/test_dict_mysql.py
+++ tomoe-0.6.0/test/python/test_dict_mysql.py
@@ -7,5 +7,5 @@ import tomoe
 import test_dict
 
 class TomoeDictMySQLTest(test_dict.TomoeDictTest):
-
+    pass
 # vi:ts=4:nowrap:ai:expandtab
--- tomoe-0.6.0.orig/test/python/Makefile.am
+++ tomoe-0.6.0/test/python/Makefile.am
@@ -18,7 +18,7 @@
 ## Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 ## Boston, MA  02111-1307  USA
 
-CLEANFILES = *~ *.bak
+CLEANFILES = *~ *.bak *.pyc test-config
 
 EXTRA_DIST =			\
 	runtests.py		\
--- tomoe-0.6.0.orig/test/python/Makefile.in
+++ tomoe-0.6.0/test/python/Makefile.in
@@ -250,7 +250,7 @@ sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-CLEANFILES = *~ *.bak
+CLEANFILES = *~ *.bak *.pyc test-config
 EXTRA_DIST = \
 	runtests.py		\
 	test_common.py		\
