null+****@clear*****
null+****@clear*****
2011年 8月 9日 (火) 18:12:55 JST
Kouhei Sutou 2011-08-09 09:12:55 +0000 (Tue, 09 Aug 2011)
New Revision: 29c04a55a383ced380b283d7381b666c382e3ead
Log:
[doc] add new files.
Modified files:
build/makefiles/sphinx-build.am
doc/Makefile.am
Modified: build/makefiles/sphinx-build.am (+3 -0)
===================================================================
--- build/makefiles/sphinx-build.am 2011-08-09 09:12:46 +0000 (2813342)
+++ build/makefiles/sphinx-build.am 2011-08-09 09:12:55 +0000 (c03292c)
@@ -144,6 +144,7 @@ source_files = \
$(top_srcdir)/doc/source/index.txt \
$(top_srcdir)/doc/source/install.txt \
$(top_srcdir)/doc/source/limitations.txt \
+ $(top_srcdir)/doc/source/log.txt \
$(top_srcdir)/doc/source/news.txt \
$(top_srcdir)/doc/source/news/0.x.txt \
$(top_srcdir)/doc/source/news/1.0.x.txt \
@@ -153,6 +154,8 @@ source_files = \
$(top_srcdir)/doc/source/reference.txt \
$(top_srcdir)/doc/source/spec.txt \
$(top_srcdir)/doc/source/spec/search.txt \
+ $(top_srcdir)/doc/source/suggest.txt \
+ $(top_srcdir)/doc/source/suggest/introduction.txt \
$(top_srcdir)/doc/source/textile.py \
$(top_srcdir)/doc/source/troubleshooting.txt \
$(top_srcdir)/doc/source/troubleshooting/different_results_with_the_same_keyword.txt \
Modified: doc/Makefile.am (+3 -0)
===================================================================
--- doc/Makefile.am 2011-08-09 09:12:46 +0000 (3c1c85a)
+++ doc/Makefile.am 2011-08-09 09:12:55 +0000 (be1ba99)
@@ -146,6 +146,7 @@ relative_source_files = \
source/index.txt \
source/install.txt \
source/limitations.txt \
+ source/log.txt \
source/news.txt \
source/news/0.x.txt \
source/news/1.0.x.txt \
@@ -155,6 +156,8 @@ relative_source_files = \
source/reference.txt \
source/spec.txt \
source/spec/search.txt \
+ source/suggest.txt \
+ source/suggest/introduction.txt \
source/textile.py \
source/troubleshooting.txt \
source/troubleshooting/different_results_with_the_same_keyword.txt \