[Groonga-commit] groonga/groonga [master] [doc] add pot files.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 5月 17日 (火) 20:10:58 JST


Kouhei Sutou	2011-05-17 11:10:58 +0000 (Tue, 17 May 2011)

  New Revision: b11958710dfccde3ec6869d79b9bf2a32eaed117

  Log:
    [doc] add pot files.

  Modified files:
    doc/Makefile.am

  Modified: doc/Makefile.am (+25 -0)
===================================================================
--- doc/Makefile.am    2011-05-17 10:58:58 +0000 (48b731d)
+++ doc/Makefile.am    2011-05-17 11:10:58 +0000 (3b65f88)
@@ -51,6 +51,31 @@ create-mo:
 	done
 	$(MAKE) clean-doctree
 
+# find pot -type f -name '*.pot' | sort | sed -e 's,^,\t,g'
+pot_files =					\
+	pot/characteristic.pot			\
+	pot/command_version.pot			\
+	pot/commands.pot			\
+	pot/commands_not_implemented.pot	\
+	pot/developer.pot			\
+	pot/execfile.pot			\
+	pot/expr.pot				\
+	pot/functions.pot			\
+	pot/grnslap.pot				\
+	pot/grntest.pot				\
+	pot/http.pot				\
+	pot/index.pot				\
+	pot/install.pot				\
+	pot/limitations.pot			\
+	pot/news.pot				\
+	pot/process.pot				\
+	pot/pseudo_column.pot			\
+	pot/reference.pot			\
+	pot/spec.pot				\
+	pot/troubleshooting.pot			\
+	pot/tutorial.pot			\
+	pot/type.pot
+
 if ENABLE_DOCUMENT
 dist-hook:
 	@touch $(distdir)/man-build-stamp




Groonga-commit メーリングリストの案内
Back to archive index