null+****@clear*****
null+****@clear*****
2011年 10月 24日 (月) 11:58:47 JST
Kouhei Sutou 2011-10-24 02:58:47 +0000 (Mon, 24 Oct 2011)
New Revision: 68f4043780c15d3e3fe60742858df011218300f0
Log:
[doc] really support 'make update-po' in doc/.
Modified files:
build/makefiles/locale.am
doc/locale/Makefile.am
Modified: build/makefiles/locale.am (+4 -1)
===================================================================
--- build/makefiles/locale.am 2011-10-24 02:55:28 +0000 (20eaa5b)
+++ build/makefiles/locale.am 2011-10-24 02:58:47 +0000 (414c19a)
@@ -5,5 +5,8 @@ EXTRA_DIST =
include $(top_srcdir)/build/makefiles/sphinx.am
-init update-po:
+init:
cd LC_MESSAGES && $(MAKE) $@
+
+update-po:
+ cd LC_MESSAGES && $(MAKE) update
Modified: doc/locale/Makefile.am (+1 -6)
===================================================================
--- doc/locale/Makefile.am 2011-10-24 02:55:28 +0000 (850df9d)
+++ doc/locale/Makefile.am 2011-10-24 02:58:47 +0000 (eed4598)
@@ -24,12 +24,7 @@ add:
a \ \ doc\/locale\/$(LOCALE)\/LC_MESSAGES\/Makefile" \
$(top_srcdir)/configure.ac
-man pdf clean-html init:
+man pdf clean-html init update-po:
for dir in $(SUBDIRS); do \
(cd $${dir} && $(MAKE) $@); \
done
-
-update-po:
- for dir in $(SUBDIRS); do \
- (cd $${dir} && $(MAKE) update); \
- done