null+****@clear*****
null+****@clear*****
2010年 8月 20日 (金) 17:02:10 JST
Kouhei Sutou 2010-08-20 08:02:10 +0000 (Fri, 20 Aug 2010)
New Revision: d4c287a3f5f0c23d759fca89a99780b7b251c896
Log:
add missing files.
Modified files:
doc/ja/build/Makefile.am
Modified: doc/ja/build/Makefile.am (+136 -75)
===================================================================
--- doc/ja/build/Makefile.am 2010-08-20 07:58:44 +0000 (4d4a8b8)
+++ doc/ja/build/Makefile.am 2010-08-20 08:02:10 +0000 (9e99d77)
@@ -1,86 +1,147 @@
docdir = $(pkgdatadir)/doc
doc_jadir = $(docdir)/ja
-html/_static/basic.css:
+html/.buildinfo:
$(MAKE) -C .. html
man/groonga.1:
$(MAKE) -C .. man
-# find html -name '_sources' -prune -type f -o -type f -a -not -name '.buildinfo' | sort | sed -e 's,^,\t,g'
-nobase_dist_doc_ja_DATA = \
- html/_static/default.css \
- html/_static/doctools.js \
- html/_static/file.png \
- html/_static/jquery.js \
- html/_static/minus.png \
- html/_static/plus.png \
- html/_static/pygments.css \
- html/_static/searchtools.js \
- html/_static/sidebar.js \
- html/_static/underscore.js \
- html/characteristic.html \
- html/commands.html \
- html/commands/cache_limit.html \
- html/commands/check.html \
- html/commands/clearlock.html \
- html/commands/column_create.html \
- html/commands/column_list.html \
- html/commands/column_remove.html \
- html/commands/define_selector.html \
- html/commands/defrag.html \
- html/commands/delete.html \
- html/commands/dump.html \
- html/commands/load.html \
- html/commands/log_level.html \
- html/commands/log_put.html \
- html/commands/log_reopen.html \
- html/commands/quit.html \
- html/commands/select.html \
- html/commands/shutdown.html \
- html/commands/status.html \
- html/commands/table_create.html \
- html/commands/table_list.html \
- html/commands/table_remove.html \
- html/commands/view_add.html \
- html/commands_not_implemented/add.html \
- html/commands_not_implemented/get.html \
- html/commands_not_implemented/set.html \
- html/developer.html \
- html/developer/com.html \
- html/developer/document.html \
- html/developer/query.html \
- html/developer/test.html \
- html/execfile.html \
- html/expr.html \
- html/functions.html \
- html/functions/geo_distance.html \
- html/functions/geo_in_circle.html \
- html/functions/geo_in_rectangle.html \
- html/functions/now.html \
- html/functions/rand.html \
- html/genindex.html \
- html/grnslap.html \
- html/grntest.html \
- html/http.html \
- html/index.html \
- html/objects.inv \
- html/process.html \
- html/pseudo_column.html \
- html/reference.html \
- html/search.html \
- html/searchindex.js \
- html/tutorial.html \
- html/tutorial/tutorial01.html \
- html/tutorial/tutorial02.html \
- html/tutorial/tutorial03.html \
- html/tutorial/tutorial04.html \
- html/tutorial/tutorial05.html \
- html/tutorial/tutorial06.html \
- html/tutorial/tutorial07.html \
- html/tutorial/tutorial08.html \
- html/tutorial/tutorial09.html \
- html/tutorial/tutorial10.html \
+# find html -type f | sort | sed -e 's,^,\t,g'
+nobase_dist_doc_ja_DATA = \
+ html/.buildinfo \
+ html/_sources/characteristic.txt \
+ html/_sources/commands.txt \
+ html/_sources/commands/cache_limit.txt \
+ html/_sources/commands/check.txt \
+ html/_sources/commands/clearlock.txt \
+ html/_sources/commands/column_create.txt \
+ html/_sources/commands/column_list.txt \
+ html/_sources/commands/column_remove.txt \
+ html/_sources/commands/define_selector.txt \
+ html/_sources/commands/defrag.txt \
+ html/_sources/commands/delete.txt \
+ html/_sources/commands/dump.txt \
+ html/_sources/commands/load.txt \
+ html/_sources/commands/log_level.txt \
+ html/_sources/commands/log_put.txt \
+ html/_sources/commands/log_reopen.txt \
+ html/_sources/commands/quit.txt \
+ html/_sources/commands/select.txt \
+ html/_sources/commands/shutdown.txt \
+ html/_sources/commands/status.txt \
+ html/_sources/commands/table_create.txt \
+ html/_sources/commands/table_list.txt \
+ html/_sources/commands/table_remove.txt \
+ html/_sources/commands/view_add.txt \
+ html/_sources/commands_not_implemented/add.txt \
+ html/_sources/commands_not_implemented/get.txt \
+ html/_sources/commands_not_implemented/set.txt \
+ html/_sources/developer.txt \
+ html/_sources/developer/com.txt \
+ html/_sources/developer/document.txt \
+ html/_sources/developer/query.txt \
+ html/_sources/developer/test.txt \
+ html/_sources/execfile.txt \
+ html/_sources/expr.txt \
+ html/_sources/functions.txt \
+ html/_sources/functions/geo_distance.txt \
+ html/_sources/functions/geo_in_circle.txt \
+ html/_sources/functions/geo_in_rectangle.txt \
+ html/_sources/functions/now.txt \
+ html/_sources/functions/rand.txt \
+ html/_sources/grnslap.txt \
+ html/_sources/grntest.txt \
+ html/_sources/http.txt \
+ html/_sources/index.txt \
+ html/_sources/process.txt \
+ html/_sources/pseudo_column.txt \
+ html/_sources/reference.txt \
+ html/_sources/tutorial.txt \
+ html/_sources/tutorial/tutorial01.txt \
+ html/_sources/tutorial/tutorial02.txt \
+ html/_sources/tutorial/tutorial03.txt \
+ html/_sources/tutorial/tutorial04.txt \
+ html/_sources/tutorial/tutorial05.txt \
+ html/_sources/tutorial/tutorial06.txt \
+ html/_sources/tutorial/tutorial07.txt \
+ html/_sources/tutorial/tutorial08.txt \
+ html/_sources/tutorial/tutorial09.txt \
+ html/_sources/tutorial/tutorial10.txt \
+ html/_sources/type.txt \
+ html/_static/basic.css \
+ html/_static/default.css \
+ html/_static/doctools.js \
+ html/_static/file.png \
+ html/_static/jquery.js \
+ html/_static/minus.png \
+ html/_static/plus.png \
+ html/_static/pygments.css \
+ html/_static/searchtools.js \
+ html/_static/sidebar.js \
+ html/_static/underscore.js \
+ html/characteristic.html \
+ html/commands.html \
+ html/commands/cache_limit.html \
+ html/commands/check.html \
+ html/commands/clearlock.html \
+ html/commands/column_create.html \
+ html/commands/column_list.html \
+ html/commands/column_remove.html \
+ html/commands/define_selector.html \
+ html/commands/defrag.html \
+ html/commands/delete.html \
+ html/commands/dump.html \
+ html/commands/load.html \
+ html/commands/log_level.html \
+ html/commands/log_put.html \
+ html/commands/log_reopen.html \
+ html/commands/quit.html \
+ html/commands/select.html \
+ html/commands/shutdown.html \
+ html/commands/status.html \
+ html/commands/table_create.html \
+ html/commands/table_list.html \
+ html/commands/table_remove.html \
+ html/commands/view_add.html \
+ html/commands_not_implemented/add.html \
+ html/commands_not_implemented/get.html \
+ html/commands_not_implemented/set.html \
+ html/developer.html \
+ html/developer/com.html \
+ html/developer/document.html \
+ html/developer/query.html \
+ html/developer/test.html \
+ html/execfile.html \
+ html/expr.html \
+ html/functions.html \
+ html/functions/geo_distance.html \
+ html/functions/geo_in_circle.html \
+ html/functions/geo_in_rectangle.html \
+ html/functions/now.html \
+ html/functions/rand.html \
+ html/genindex.html \
+ html/grnslap.html \
+ html/grntest.html \
+ html/http.html \
+ html/index.html \
+ html/objects.inv \
+ html/process.html \
+ html/pseudo_column.html \
+ html/reference.html \
+ html/search.html \
+ html/searchindex.js \
+ html/tutorial.html \
+ html/tutorial/tutorial01.html \
+ html/tutorial/tutorial02.html \
+ html/tutorial/tutorial03.html \
+ html/tutorial/tutorial04.html \
+ html/tutorial/tutorial05.html \
+ html/tutorial/tutorial06.html \
+ html/tutorial/tutorial07.html \
+ html/tutorial/tutorial08.html \
+ html/tutorial/tutorial09.html \
+ html/tutorial/tutorial10.html \
html/type.html
dist_man1_MANS = \