[Groonga-commit] groonga/groonga [master] [doc] distribute update_execution_example.py again. fixes #1208

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 13日 (火) 15:18:49 JST


Kouhei Sutou	2011-12-13 06:18:49 +0000 (Tue, 13 Dec 2011)

  New Revision: d035e0aea0fe7e5d4011a5f2156a7c53e60c2e1e

  Log:
    [doc] distribute update_execution_example.py again. fixes #1208
    
    Reported by Yoji Shidara. Thanks!!

  Modified files:
    doc/Makefile.am
    doc/files.am

  Modified: doc/Makefile.am (+2 -1)
===================================================================
--- doc/Makefile.am    2011-12-13 05:36:34 +0000 (6847575)
+++ doc/Makefile.am    2011-12-13 06:18:49 +0000 (b58fab6)
@@ -30,7 +30,8 @@ init-locale:
 
 EXTRA_DIST =					\
 	$(theme_files_relative_from_doc_dir)	\
-	images.mk
+	images.mk				\
+	update_execution_example.py
 
 $(source_files_relative_from_doc_dir): html
 

  Modified: doc/files.am (+2 -2)
===================================================================
--- doc/files.am    2011-12-13 05:36:34 +0000 (afd866a)
+++ doc/files.am    2011-12-13 06:18:49 +0000 (2201e93)
@@ -228,6 +228,7 @@ absolute_source_files = \
 	$(top_srcdir)/doc/source/suggest/suggestion.txt \
 	$(top_srcdir)/doc/source/suggest/tutorial.txt \
 	$(top_srcdir)/doc/source/textile.py \
+	$(top_srcdir)/doc/source/translation_table.lst \
 	$(top_srcdir)/doc/source/troubleshooting.txt \
 	$(top_srcdir)/doc/source/troubleshooting/different_results_with_the_same_keyword.txt \
 	$(top_srcdir)/doc/source/tutorial.txt \
@@ -243,7 +244,6 @@ absolute_source_files = \
 	$(top_srcdir)/doc/source/tutorial/query_expansion.txt \
 	$(top_srcdir)/doc/source/tutorial/search.txt \
 	$(top_srcdir)/doc/source/type.txt \
-	$(top_srcdir)/doc/update_execution_example.py \
 	$(NULL)
 
 absolute_theme_files = \
@@ -490,6 +490,7 @@ source_files_relative_from_doc_dir = \
 	source/suggest/suggestion.txt \
 	source/suggest/tutorial.txt \
 	source/textile.py \
+	source/translation_table.lst \
 	source/troubleshooting.txt \
 	source/troubleshooting/different_results_with_the_same_keyword.txt \
 	source/tutorial.txt \
@@ -505,7 +506,6 @@ source_files_relative_from_doc_dir = \
 	source/tutorial/query_expansion.txt \
 	source/tutorial/search.txt \
 	source/type.txt \
-	update_execution_example.py \
 	$(NULL)
 
 theme_files_relative_from_doc_dir = \




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