#! /bin/sh

LANG=ja_JP.eucJP
export LANG

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

cvs2cl.pl
nkf -e ChangeLog > $tmp
mv $tmp ChangeLog
