null+****@clear*****
null+****@clear*****
2011年 5月 18日 (水) 14:58:37 JST
Kouhei Sutou 2011-05-18 05:58:37 +0000 (Wed, 18 May 2011)
New Revision: c027bd0fa9dbc134dff451011978d4c53ef7fcac
Log:
[doc][en] add.
Added files:
doc/locale/en/LC_MESSAGES/Makefile.am
doc/locale/en/Makefile.am
Modified files:
configure.ac
doc/locale/Makefile.am
Modified: configure.ac (+2 -0)
===================================================================
--- configure.ac 2011-05-18 05:57:49 +0000 (a055d75)
+++ configure.ac 2011-05-18 05:58:37 +0000 (10d270c)
@@ -137,6 +137,8 @@ AC_CONFIG_FILES([
tools/Makefile
doc/Makefile
doc/locale/Makefile
+ doc/locale/en/Makefile
+ doc/locale/en/LC_MESSAGES/Makefile
doc/locale/ja/Makefile
doc/locale/ja/LC_MESSAGES/Makefile
test/Makefile
Modified: doc/locale/Makefile.am (+1 -0)
===================================================================
--- doc/locale/Makefile.am 2011-05-18 05:57:49 +0000 (f482055)
+++ doc/locale/Makefile.am 2011-05-18 05:58:37 +0000 (aa5cd8e)
@@ -1,4 +1,5 @@
SUBDIRS = \
+ en \
ja
add:
Added: doc/locale/en/LC_MESSAGES/Makefile.am (+1 -0) 100644
===================================================================
--- /dev/null
+++ doc/locale/en/LC_MESSAGES/Makefile.am 2011-05-18 05:58:37 +0000 (1457e83)
@@ -0,0 +1 @@
+include $(abs_top_srcdir)/build/makefiles/gettext.mk
Added: doc/locale/en/Makefile.am (+5 -0) 100644
===================================================================
--- /dev/null
+++ doc/locale/en/Makefile.am 2011-05-18 05:58:37 +0000 (6d601f2)
@@ -0,0 +1,5 @@
+SUBDIRS = LC_MESSAGES
+
+LOCALE = en
+
+include $(top_srcdir)/build/makefiles/sphinx.mk