null+****@clear*****
null+****@clear*****
2011年 8月 14日 (日) 18:18:54 JST
Kouhei Sutou 2011-08-14 09:18:54 +0000 (Sun, 14 Aug 2011)
New Revision: 03caad8a49849f7cd6fc19d53992761b58e081df
Log:
[doc] http -> groonga-http.
Modified files:
doc/Makefile.am
doc/files.am
Renamed files:
doc/source/executables/groonga-http.txt
(from doc/source/executables/http.txt)
Modified: doc/Makefile.am (+1 -1)
===================================================================
--- doc/Makefile.am 2011-08-14 09:15:51 +0000 (12d5e2c)
+++ doc/Makefile.am 2011-08-14 09:18:54 +0000 (2bd6fa5)
@@ -15,7 +15,7 @@ files.am: update-files.sh
update-files:
cd locale/en/LC_MESSAGES && $(MAKE) gettext
- cd locale/en && $(MAKE) html
+ cd locale/en && $(MAKE) clean html
cd $(srcdir); ./update-files.sh > files.am
man pdf clean-html:
Modified: doc/files.am (+4 -4)
===================================================================
--- doc/files.am 2011-08-14 09:15:51 +0000 (8fd7ff7)
+++ doc/files.am 2011-08-14 09:18:54 +0000 (fbe6fd7)
@@ -106,9 +106,9 @@ absolute_source_files = \
$(top_srcdir)/doc/source/executables.txt \
$(top_srcdir)/doc/source/executables/grnslap.txt \
$(top_srcdir)/doc/source/executables/grntest.txt \
+ $(top_srcdir)/doc/source/executables/groonga-http.txt \
$(top_srcdir)/doc/source/executables/groonga-suggest-create-dataset.txt \
$(top_srcdir)/doc/source/executables/groonga.txt \
- $(top_srcdir)/doc/source/executables/http.txt \
$(top_srcdir)/doc/source/expr.txt \
$(top_srcdir)/doc/source/functions.txt \
$(top_srcdir)/doc/source/functions/edit_distance.txt \
@@ -276,9 +276,9 @@ source_files_relative_from_doc_dir = \
source/executables.txt \
source/executables/grnslap.txt \
source/executables/grntest.txt \
+ source/executables/groonga-http.txt \
source/executables/groonga-suggest-create-dataset.txt \
source/executables/groonga.txt \
- source/executables/http.txt \
source/expr.txt \
source/functions.txt \
source/functions/edit_distance.txt \
@@ -476,9 +476,9 @@ html_files_relative_from_locale_dir = \
html/_sources/executables.txt \
html/_sources/executables/grnslap.txt \
html/_sources/executables/grntest.txt \
+ html/_sources/executables/groonga-http.txt \
html/_sources/executables/groonga-suggest-create-dataset.txt \
html/_sources/executables/groonga.txt \
- html/_sources/executables/http.txt \
html/_sources/expr.txt \
html/_sources/functions.txt \
html/_sources/functions/edit_distance.txt \
@@ -588,9 +588,9 @@ html_files_relative_from_locale_dir = \
html/executables.html \
html/executables/grnslap.html \
html/executables/grntest.html \
+ html/executables/groonga-http.html \
html/executables/groonga-suggest-create-dataset.html \
html/executables/groonga.html \
- html/executables/http.html \
html/expr.html \
html/functions.html \
html/functions/edit_distance.html \
Renamed: doc/source/executables/groonga-http.txt (+0 -0) 100%
===================================================================