Yasuhiro Horimoto 2018-12-27 18:29:48 +0900 (Thu, 27 Dec 2018) Revision: 27720d6bd71185d7906154b2d978672c2375fc01 https://github.com/groonga/groonga/commit/27720d6bd71185d7906154b2d978672c2375fc01 Message: doc: update files Modified files: doc/files.am Modified: doc/files.am (+9 -0) =================================================================== --- doc/files.am 2018-12-27 18:27:24 +0900 (c3820977e) +++ doc/files.am 2018-12-27 18:29:48 +0900 (0a0afe5af) @@ -550,6 +550,9 @@ absolute_source_files = \ $(top_srcdir)/doc/source/example/reference/suggest/correction/select.log \ $(top_srcdir)/doc/source/example/reference/suggest/suggest/select.log \ $(top_srcdir)/doc/source/example/reference/token_filters/example-table-create.log \ + $(top_srcdir)/doc/source/example/reference/token_filters/nfkc100-hiragana-and-kanji.log \ + $(top_srcdir)/doc/source/example/reference/token_filters/nfkc100-with-token-mecab.log \ + $(top_srcdir)/doc/source/example/reference/token_filters/nfkc100.log \ $(top_srcdir)/doc/source/example/reference/token_filters/stem.log \ $(top_srcdir)/doc/source/example/reference/token_filters/stop_word.log \ $(top_srcdir)/doc/source/example/reference/tokenizers/token-bigram-ascii-and-character-type-change-with-normalizer.log \ @@ -947,6 +950,7 @@ absolute_source_files = \ $(top_srcdir)/doc/source/reference/suggest/suggestion.rst \ $(top_srcdir)/doc/source/reference/tables.rst \ $(top_srcdir)/doc/source/reference/token_filters.rst \ + $(top_srcdir)/doc/source/reference/token_filters/token_filter_normalizer_nfkc100.rst \ $(top_srcdir)/doc/source/reference/tokenizers.rst \ $(top_srcdir)/doc/source/reference/tokenizers/token_delimit.rst \ $(top_srcdir)/doc/source/reference/tokenizers/token_mecab.rst \ @@ -1549,6 +1553,9 @@ source_files_relative_from_doc_dir = \ source/example/reference/suggest/correction/select.log \ source/example/reference/suggest/suggest/select.log \ source/example/reference/token_filters/example-table-create.log \ + source/example/reference/token_filters/nfkc100-hiragana-and-kanji.log \ + source/example/reference/token_filters/nfkc100-with-token-mecab.log \ + source/example/reference/token_filters/nfkc100.log \ source/example/reference/token_filters/stem.log \ source/example/reference/token_filters/stop_word.log \ source/example/reference/tokenizers/token-bigram-ascii-and-character-type-change-with-normalizer.log \ @@ -1946,6 +1953,7 @@ source_files_relative_from_doc_dir = \ source/reference/suggest/suggestion.rst \ source/reference/tables.rst \ source/reference/token_filters.rst \ + source/reference/token_filters/token_filter_normalizer_nfkc100.rst \ source/reference/tokenizers.rst \ source/reference/tokenizers/token_delimit.rst \ source/reference/tokenizers/token_mecab.rst \ @@ -2355,6 +2363,7 @@ html_files_relative_from_locale_dir = \ html/reference/suggest/suggestion.html \ html/reference/tables.html \ html/reference/token_filters.html \ + html/reference/token_filters/token_filter_normalizer_nfkc100.html \ html/reference/tokenizers.html \ html/reference/tokenizers/token_delimit.html \ html/reference/tokenizers/token_mecab.html \ -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181227/201d7512/attachment-0001.html>