Kouhei Sutou
null+****@clear*****
Wed Aug 20 23:06:36 JST 2014
Kouhei Sutou 2014-08-20 23:06:36 +0900 (Wed, 20 Aug 2014) New Revision: db2e4683363f748a1e52b3dc896179251850160a https://github.com/groonga/groonga/commit/db2e4683363f748a1e52b3dc896179251850160a Message: doc: re-add "update" target in "doc/locale/${LANG}/LC_MESSAGES" Modified files: build/makefiles/gettext.am Modified: build/makefiles/gettext.am (+4 -2) =================================================================== --- build/makefiles/gettext.am 2014-08-20 22:59:29 +0900 (8b71ab0) +++ build/makefiles/gettext.am 2014-08-20 23:06:36 +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����������������������������...Download