null+****@clear*****
null+****@clear*****
2011年 7月 27日 (水) 23:10:27 JST
Kouhei Sutou 2011-07-27 14:10:27 +0000 (Wed, 27 Jul 2011)
New Revision: 6399620414c721ee328bcff7363f909442405f36
Log:
add update-po target.
Modified files:
Makefile.am
Modified: Makefile.am (+7 -0)
===================================================================
--- Makefile.am 2011-07-27 14:06:26 +0000 (dfec33a)
+++ Makefile.am 2011-07-27 14:10:27 +0000 (1736f97)
@@ -1,5 +1,7 @@
# release: update-latest-release (commit) tag
+LOCALES = ja
+
ACLOCAL_AMFLAGS = $$ACLOCAL_ARGS -I .
AUTOMAKE_OPTIONS = 1.9.6
SUBDIRS = \
@@ -72,6 +74,11 @@ update-latest-release:
packages/rpm/centos/groonga.spec.in \
packages/debian/changelog
+update-po:
+ @for lang in $(LOCALES); do \
+ (cd $(top_srcdir)/doc/locale/$$lang/LC_MESSAGES && make update) \
+ done
+
update-document:
@if test -z "$(GROONGA_GITHUB_COM_PATH)"; then \
echo "\$$(GROONGA_GITHUB_COM_PATH) is missing"; \