[Tomoe-cvs 1286] CVS update: tomoe

Back to archive index

Kouhei Sutou kous****@users*****
2006年 11月 28日 (火) 13:14:10 JST


Index: tomoe/ChangeLog
diff -u tomoe/ChangeLog:1.309 tomoe/ChangeLog:1.310
--- tomoe/ChangeLog:1.309	Tue Nov 28 13:10:01 2006
+++ tomoe/ChangeLog	Tue Nov 28 13:14:10 2006
@@ -1,5 +1,8 @@
 2006-11-28  Kouhei Sutou  <kou****@cozmi*****>
 
+	* Makefile.am: added doc target.
+	* ext/ruby/Makefile.am: added tomoe.rb to distributed files.
+
 	* lib/tomoe-dict.[ch]: unified tomoe_dict_search_by_*() as
 	tomoe_dict_search().
 	* lib/tomoe-query.[ch]: added
Index: tomoe/Makefile.am
diff -u tomoe/Makefile.am:1.13 tomoe/Makefile.am:1.14
--- tomoe/Makefile.am:1.13	Tue Nov 28 11:01:29 2006
+++ tomoe/Makefile.am	Tue Nov 28 13:14:10 2006
@@ -31,6 +31,9 @@
 # build documentation when doing distcheck
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
 
+doc: all
+	cd doc && $(MAKE) $(AM_MAKEFLAGS) doc
+
 validate:
 	cd data && $(MAKE) $(AM_MAKEFLAGS) validate
 


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