null+****@clear*****
null+****@clear*****
2011年 8月 14日 (日) 18:56:53 JST
Kouhei Sutou 2011-08-14 09:56:53 +0000 (Sun, 14 Aug 2011)
New Revision: 2fa2e39213492f3dc04c962ecc8de921675d156c
Log:
[doc] add "update-po" in doc/.
Modified files:
build/makefiles/locale.am
doc/Makefile.am
doc/locale/Makefile.am
Modified: build/makefiles/locale.am (+3 -0)
===================================================================
--- build/makefiles/locale.am 2011-08-14 09:53:29 +0000 (527a32b)
+++ build/makefiles/locale.am 2011-08-14 09:56:53 +0000 (04951f0)
@@ -4,3 +4,6 @@ BUILT_SOURCES =
EXTRA_DIST =
include $(top_srcdir)/build/makefiles/sphinx.am
+
+update-po:
+ cd LC_MESSAGES && $(MAKE) update
Modified: doc/Makefile.am (+1 -1)
===================================================================
--- doc/Makefile.am 2011-08-14 09:53:29 +0000 (19a8d6b)
+++ doc/Makefile.am 2011-08-14 09:56:53 +0000 (ce845e2)
@@ -18,7 +18,7 @@ update-files:
cd locale/en && $(MAKE) clean html
cd $(srcdir); ./update-files.sh > files.am
-man pdf clean-html:
+man pdf clean-html update-po:
for dir in $(SUBDIRS); do \
(cd $${dir} && $(MAKE) $@); \
done
Modified: doc/locale/Makefile.am (+1 -1)
===================================================================
--- doc/locale/Makefile.am 2011-08-14 09:53:29 +0000 (5c2ef70)
+++ doc/locale/Makefile.am 2011-08-14 09:56:53 +0000 (68d14b6)
@@ -24,7 +24,7 @@ add:
a \ \ doc\/locale\/$(LOCALE)\/LC_MESSAGES\/Makefile" \
$(top_srcdir)/configure.ac
-man pdf clean-html:
+man pdf clean-html update-po:
for dir in $(SUBDIRS); do \
(cd $${dir} && $(MAKE) $@); \
done