[Groonga-commit] groonga/groonga [master] work "make update-po" on doc/.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 10月 21日 (金) 14:30:47 JST


Kouhei Sutou	2011-10-21 05:30:47 +0000 (Fri, 21 Oct 2011)

  New Revision: 0752b23acd34219bf7383a6c1bdd8b0ac97d7e8d

  Log:
    work "make update-po" on doc/.

  Modified files:
    doc/locale/Makefile.am

  Modified: doc/locale/Makefile.am (+6 -1)
===================================================================
--- doc/locale/Makefile.am    2011-10-21 04:42:40 +0000 (9597196)
+++ doc/locale/Makefile.am    2011-10-21 05:30:47 +0000 (850df9d)
@@ -24,7 +24,12 @@ add:
               a \ \ doc\/locale\/$(LOCALE)\/LC_MESSAGES\/Makefile"	\
 	  $(top_srcdir)/configure.ac
 
-man pdf clean-html update-po init:
+man pdf clean-html init:
 	for dir in $(SUBDIRS); do		\
 	  (cd $${dir} && $(MAKE) $@);		\
 	done
+
+update-po:
+	for dir in $(SUBDIRS); do		\
+	  (cd $${dir} && $(MAKE) update);	\
+	done




Groonga-commit メーリングリストの案内
Back to archive index