[Groonga-mysql-commit] mroonga/mroonga at bfcf7a2 [master] doc: re-add "update" target in "doc/locale/${LANG}/LC_MESSAGES"

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Aug 20 23:09:35 JST 2014


Kouhei Sutou	2014-08-20 23:09:35 +0900 (Wed, 20 Aug 2014)

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

  Message:
    doc: re-add "update" target in "doc/locale/${LANG}/LC_MESSAGES"
    
    Reported by cosmo0920. Thanks!!!

  Modified files:
    build/makefiles/gettext.am

  Modified: build/makefiles/gettext.am (+4 -2)
===================================================================
--- build/makefiles/gettext.am    2014-08-16 12:49:02 +0900 (8b71ab0)
+++ build/makefiles/gettext.am    2014-08-20 23:09:35 +0900 (9706b48)
@@ -18,7 +18,7 @@ endif
 
 SUFFIXES += .pot .po .mo .edit
 
-.PHONY: gettext build
+.PHONY: gettext update build
 
 .pot.edit:
 	if test -f $*.po; then			\
@@ -47,8 +47,10 @@ SUFFIXES += .pot .po .mo .edit
 	msgfmt -o $@ $<
 
 if DOCUMENT_BUILDABLE
-build: pot-build-stamp edit-po-build-stamp $(mo_files)
+update: pot-build-stamp edit-po-build-stamp
+build: update $(mo_files)
 else
+update:
 build:
 endif
 
-------------- next part --------------
HTML����������������������������...
下载 



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