From: beatles Date: Sun, 8 Nov 2009 14:36:33 +0000 (+0000) Subject: Corrected. X-Git-Tag: 20170902~153 X-Git-Url: http://git.sourceforge.jp/view?p=shogi-server%2Fshogi-server.git;a=commitdiff_plain;h=523c81837309030325b744730e45be2524acadae;ds=inline Corrected. --- diff --git a/changelog b/changelog index f2ae844..d331957 100644 --- a/changelog +++ b/changelog @@ -2,12 +2,12 @@ * [mk_rate] - Split a pre-process collecting game results from csa files into - a new command, mk_game_results. Now, Generating players.html + a new command, mk_game_results. Now, Generating players.yaml requires two steps as follows: % ./mk_game_results dir_of_csa_files > 00list % ./mk_rate 00list > players.html or - % ./mk_game_results dir_of_csa_files | ./mk_rate > players.html + % ./mk_game_results dir_of_csa_files | ./mk_rate > players.yaml (Closes: #19454) 2009-08-06 Daigo Moriwaki