null+****@clear*****
null+****@clear*****
2011年 8月 12日 (金) 15:02:26 JST
Kouhei Sutou 2011-08-12 06:02:26 +0000 (Fri, 12 Aug 2011)
New Revision: 51ff67d044d73fcb884a12299b5fe5b159f4aa72
Log:
[doc] use doc/files.am.
Removed files:
build/makefiles/gettext-files.am
Modified files:
build/makefiles/gettext.am
build/makefiles/sphinx.am
Deleted: build/makefiles/gettext-files.am (+0 -91) 100644
===================================================================
--- build/makefiles/gettext-files.am 2011-08-11 02:39:41 +0000 (d7cd70a)
+++ /dev/null
@@ -1,91 +0,0 @@
-# (cd ../../doc/locale/en/LC_MESSAGES; echo "po_files = \\"; find . -type f -name '*.pot' | sort | sed -e 's,^\./,\t,g' -e 's,pot$,po \\,'; echo -n "\t\$(NULL)")
-po_files = \
- characteristic.po \
- command_version.po \
- commands.po \
- community.po \
- conf.po \
- contribution.po \
- executables.po \
- expr.po \
- functions.po \
- index.po \
- install.po \
- limitations.po \
- news.po \
- pseudo_column.po \
- reference.po \
- spec.po \
- troubleshooting.po \
- tutorial.po \
- type.po \
- $(NULL)
-
-# (cd ../../doc/locale/en; echo "po_files_relative_from_locale_dir = \\"; find LC_MESSAGES -type f -name '*.pot' | sort | sed -e 's,^,\t,g' -e 's,pot$,po \\,'; echo -n "\t\$(NULL)")
-po_files_relative_from_locale_dir = \
- LC_MESSAGES/characteristic.po \
- LC_MESSAGES/command_version.po \
- LC_MESSAGES/commands.po \
- LC_MESSAGES/community.po \
- LC_MESSAGES/conf.po \
- LC_MESSAGES/contribution.po \
- LC_MESSAGES/executables.po \
- LC_MESSAGES/expr.po \
- LC_MESSAGES/functions.po \
- LC_MESSAGES/index.po \
- LC_MESSAGES/install.po \
- LC_MESSAGES/limitations.po \
- LC_MESSAGES/news.po \
- LC_MESSAGES/pseudo_column.po \
- LC_MESSAGES/reference.po \
- LC_MESSAGES/spec.po \
- LC_MESSAGES/troubleshooting.po \
- LC_MESSAGES/tutorial.po \
- LC_MESSAGES/type.po \
- $(NULL)
-
-# (cd ../../doc/locale/en/LC_MESSAGES; echo "mo_files = \\"; find . -type f -name '*.pot' | sort | sed -e 's,^\./,\t,g' -e 's,pot$,mo \\,'; echo -n "\t\$(NULL)")
-mo_files = \
- characteristic.mo \
- command_version.mo \
- commands.mo \
- community.mo \
- conf.mo \
- contribution.mo \
- executables.mo \
- expr.mo \
- functions.mo \
- index.mo \
- install.mo \
- limitations.mo \
- news.mo \
- pseudo_column.mo \
- reference.mo \
- spec.mo \
- troubleshooting.mo \
- tutorial.mo \
- type.mo \
- $(NULL)
-
-# (cd ../../doc/locale/en; echo "mo_files_relative_from_locale_dir = \\"; find LC_MESSAGES -type f -name '*.pot' | sort | sed -e 's,^,\t,g' -e 's,pot$,mo \\,'; echo -n "\t\$(NULL)")
-mo_files_relative_from_locale_dir = \
- LC_MESSAGES/characteristic.mo \
- LC_MESSAGES/command_version.mo \
- LC_MESSAGES/commands.mo \
- LC_MESSAGES/community.mo \
- LC_MESSAGES/conf.mo \
- LC_MESSAGES/contribution.mo \
- LC_MESSAGES/executables.mo \
- LC_MESSAGES/expr.mo \
- LC_MESSAGES/functions.mo \
- LC_MESSAGES/index.mo \
- LC_MESSAGES/install.mo \
- LC_MESSAGES/limitations.mo \
- LC_MESSAGES/news.mo \
- LC_MESSAGES/pseudo_column.mo \
- LC_MESSAGES/reference.mo \
- LC_MESSAGES/spec.mo \
- LC_MESSAGES/troubleshooting.mo \
- LC_MESSAGES/tutorial.mo \
- LC_MESSAGES/type.mo \
- $(NULL)
Modified: build/makefiles/gettext.am (+2 -2)
===================================================================
--- build/makefiles/gettext.am 2011-08-11 02:39:41 +0000 (43aa77e)
+++ build/makefiles/gettext.am 2011-08-12 06:02:26 +0000 (025e861)
@@ -1,4 +1,4 @@
-include $(top_srcdir)/build/makefiles/gettext-files.am
+include $(top_srcdir)/doc/files.am
include $(top_srcdir)/build/makefiles/sphinx-build.am
BUILT_SOURCES += \
@@ -41,6 +41,6 @@ init: gettext
reinit:
$(MAKE) FORCE_INIT=yes init
-pot-build-stamp: $(source_files)
+pot-build-stamp: $(absolute_source_files)
$(MAKE) gettext
@touch $@
Modified: build/makefiles/sphinx.am (+1 -0)
===================================================================
--- build/makefiles/sphinx.am 2011-08-11 02:39:41 +0000 (a59ed41)
+++ build/makefiles/sphinx.am 2011-08-12 06:02:26 +0000 (0aa1be5)
@@ -1,3 +1,4 @@
+include $(top_srcdir)/doc/files.am
include $(top_srcdir)/build/makefiles/sphinx-build.am
doc_localedir = $(docdir)/$(LOCALE)