[Tomoe-cvs 1071] CVS update: tomoe

Back to archive index

Kouhei Sutou kous****@users*****
2006年 11月 27日 (月) 12:36:08 JST


Index: tomoe/ChangeLog
diff -u tomoe/ChangeLog:1.248 tomoe/ChangeLog:1.249
--- tomoe/ChangeLog:1.248	Mon Nov 27 12:09:38 2006
+++ tomoe/ChangeLog	Mon Nov 27 12:36:08 2006
@@ -1,3 +1,10 @@
+2006-11-27  Kouhei Sutou  <kou****@cozmi*****>
+
+	* data/Makefile.am: added validate make target.
+	* configure.in: search rxp for validation.
+	* date/all.xml, data/kanjidic-original.xsl, data/tomoe-dict.dtd,
+	test/dict_spec.rb: changed dictionary XML format.
+
 2006-11-27  Hiroyuki Ikezoe  <poinc****@ikezo*****>
 
 	* recognizer/tomoe-recognizer-simple-logic.c: TomoeRecognizer now
Index: tomoe/configure.in
diff -u tomoe/configure.in:1.25 tomoe/configure.in:1.26
--- tomoe/configure.in:1.25	Sun Nov 26 00:05:51 2006
+++ tomoe/configure.in	Mon Nov 27 12:36:08 2006
@@ -94,6 +94,12 @@
 AC_PATH_PROG(XSLTPROC, xsltproc, none)
 
 dnl **************************************************************
+dnl Checks for rxp
+dnl **************************************************************
+
+AC_PATH_PROG(RXP, rxp, none)
+
+dnl **************************************************************
 dnl Checks for libraries.
 dnl **************************************************************
 # FIXME: Replace `main' with a function in `-le':


tomoe-cvs メーリングリストの案内
Back to archive index