Navigation Menu

Skip to content

Commit

Permalink
add update-po shortcut.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 27, 2011
1 parent 4a0ac5a commit 8ef4abf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile.am
@@ -1,5 +1,7 @@
AUTOMAKE_OPTIONS = 1.9.7

LOCALES = ja

AM_CPPFLAGS = $(MYSQL_INC) $(GROONGA_CFLAGS) $(MYSQL_VERSION_CFLAGS)
ACLOCAL_AMFLAGS = $$ACLOCAL_ARGS

Expand Down Expand Up @@ -61,6 +63,11 @@ update-latest-release:
packages/rpm/centos/mysql-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 "$(MROONGA_GITHUB_COM_PATH)"; then \
echo "\$$(MROONGA_GITHUB_COM_PATH) is missing"; \
Expand Down

0 comments on commit 8ef4abf

Please sign in to comment.