null+****@clear*****
null+****@clear*****
2010年 8月 24日 (火) 18:07:50 JST
Kouhei Sutou 2010-08-24 09:07:50 +0000 (Tue, 24 Aug 2010) New Revision: 731b4c523d1049545e0c060d268e5cdc71fc7934 Log: add edit_distance document. Modified files: doc/ja/Makefile.am Modified: doc/ja/Makefile.am (+3 -0) =================================================================== --- doc/ja/Makefile.am 2010-08-24 09:05:10 +0000 (398014f) +++ doc/ja/Makefile.am 2010-08-24 09:07:50 +0000 (da34089) @@ -231,6 +231,7 @@ source_files = \ source/execfile.txt \ source/expr.txt \ source/functions.txt \ + source/functions/edit_distance.txt \ source/functions/geo_distance.txt \ source/functions/geo_in_circle.txt \ source/functions/geo_in_rectangle.txt \ @@ -297,6 +298,7 @@ html_files = \ html/_sources/execfile.txt \ html/_sources/expr.txt \ html/_sources/functions.txt \ + html/_sources/functions/edit_distance.txt \ html/_sources/functions/geo_distance.txt \ html/_sources/functions/geo_in_circle.txt \ html/_sources/functions/geo_in_rectangle.txt \ @@ -368,6 +370,7 @@ html_files = \ html/execfile.html \ html/expr.html \ html/functions.html \ + html/functions/edit_distance.html \ html/functions/geo_distance.html \ html/functions/geo_in_circle.html \ html/functions/geo_in_rectangle.html \