aboutsummaryrefslogtreecommitdiff
path: root/build_dict.sh
blob: a50f6d47bae37a28db0856c7ac26f8403ccda5c0 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

KANJIDIC=common/data/kanjidic
EDICT=common/data/edict
ENAMDICT=common/data/enamdict
DICT_DIR=ext/bg/data

common/compile.py --kanjidic $KANJIDIC --edict $EDICT --enamdict $ENAMDICT $DICT_DIR