[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] support update-files on top source dir.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:31:38 JST 2012


Kouhei Sutou	2011-11-03 23:36:35 +0900 (Thu, 03 Nov 2011)

  New Revision: c035737ffb2d458f35649015f28e26d7e5629aa8
  https://github.com/mroonga/mroonga/commit/c035737ffb2d458f35649015f28e26d7e5629aa8

  Merged b184a3e: Merge branch 'master' of github.com:mroonga/mroonga

  Log:
    support update-files on top source dir.

  Modified files:
    Makefile.am

  Modified: Makefile.am (+4 -0)
===================================================================
--- Makefile.am    2011-11-03 23:34:22 +0900 (dab9384)
+++ Makefile.am    2011-11-03 23:36:35 +0900 (adf03ca)
@@ -77,6 +77,10 @@ update-document:
 	  mv tmp-doc/dist/$${locale} $${dest_dir};		\
 	done
 
+update-files:
+	cd $(srcdir)/doc && $(MAKE) update-files
+	cd $(srcdir)/test/sql && $(MAKE) update-files
+
 echo-mysql-source:
 	echo $(MYSQL_SOURCE)
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index