4 # Copyright Masao SUGIMOTO. 2000, 2001, 2002, 2003
6 # Author: Masao SUGIMOTO <sugimoto@oucrc.org>
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2, or (at your option)
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with GNU Emacs; see the file COPYING. If not, write to the
20 # Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 MAINTXTDIC = gcanna.ctd
24 SUBTXTDIC = gcannaf.ctd
32 crxdic -m -o ${MAINTXTDIC:.ctd=.cbd} ${MAINTXTDIC}
33 crfreq -div 512 ${MAINTXTDIC:.ctd=.cbd} ${MAINTXTDIC:.ctd=.mwd}
36 perl convert-old-cannadic.pl
37 crxdic -m -o ${MAINTXTDIC:.ctd=.cbd}.orig ${MAINTXTDIC}
38 crfreq ${MAINTXTDIC:.ctd=.cbd} ${MAINTXTDIC:.ctd=.mwd}
41 crxdic -s -o ${SUBTXTDIC:.ctd=.cbd} ${SUBTXTDIC}
42 crfreq ${SUBTXTDIC:.ctd=.cbd} ${SUBTXTDIC:.ctd=.swd}