Index: namazu/pl/codeconv.pl =================================================================== RCS file: /storage/cvsroot/namazu/pl/codeconv.pl,v retrieving revision 1.13 diff -u -r1.13 codeconv.pl --- namazu/pl/codeconv.pl 2001/08/08 09:05:48 1.13 +++ namazu/pl/codeconv.pl 2001/09/18 01:26:08 @@ -135,7 +135,7 @@ if ($var::USE_NKF_MODULE) { $$contref = NKF::nkf($nkf_opt, $$contref); - } else { + } elsif ( -x $conf::NKF ) { my $nkftmp = util::tmpnam("NMZ.nkf"); { my $nh = util::efopen("|$conf::NKF $nkf_opt > $nkftmp"); @@ -146,6 +146,9 @@ $$contref = util::readfile($nh); } unlink($nkftmp); + } else { + util::cdie (_("Current conf: \$conf::NKF ("). $conf::NKF . + _(") is not executable.\nDo configure after nkf installed.")); } } } Index: namazu/po/POTFILES.in =================================================================== RCS file: /storage/cvsroot/namazu/po/POTFILES.in,v retrieving revision 1.15 diff -u -r1.15 POTFILES.in --- namazu/po/POTFILES.in 2000/02/26 08:11:01 1.15 +++ namazu/po/POTFILES.in 2001/09/18 01:26:09 @@ -10,6 +10,7 @@ src/rcfile.c src/usage.c scripts/mknmz.in +pl/codeconv.pl pl/util.pl pl/wakati.pl pl/usage.pl Index: namazu/po/ja.po =================================================================== RCS file: /storage/cvsroot/namazu/po/ja.po,v retrieving revision 1.124 diff -u -r1.124 ja.po --- namazu/po/ja.po 2001/08/20 13:31:59 1.124 +++ namazu/po/ja.po 2001/09/18 01:26:19 @@ -705,6 +705,18 @@ msgid "doing write_index() processing.\n" msgstr "write_index() 実行.\n" +#: pl/codeconv.pl:150 +msgid "Current conf: $conf::NKF (" +msgstr "現在の $conf::NKF の構成内容 (" + +#: pl/codeconv.pl:151 +msgid "" +") is not executable.\n" +"Do configure after nkf installed." +msgstr "" +") は実行出来ません。\n" +"nkf を設置した後に configure をやり直して下さい。" + #: pl/util.pl:43 msgid "Renamed: " msgstr "Renamed: "