#! /bin/sh

LANG=ja_JP.eucJP
export LANG

tmp=/tmp/make-change-log.$$

#cvs2cl.pl --fsf
cvs2cl.pl -S
nkf -e ChangeLog > $tmp
mv $tmp ChangeLog
