From 76bf60b29794095fa6183124bff84ffce5ba7523 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 12 Oct 2015 15:53:24 +0800 Subject: update src/storage/Makefile.am and script/Makefile.data --- scripts/Makefile.data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Makefile.data') diff --git a/scripts/Makefile.data b/scripts/Makefile.data index f397d5d..c65f336 100644 --- a/scripts/Makefile.data +++ b/scripts/Makefile.data @@ -8,7 +8,7 @@ pinyins.txt: update-header: pinyins.txt python3 genpinyinheader.py > ../src/storage/pinyin_parser_table.h python3 gendoublepinyinheader.py > ../src/storage/double_pinyin_table.h - python3 genbopomofoheader.py > ../src/storage/chewing_table.h + python3 genbopomofoheader.py > ../src/storage/zhuyin_table.h python3 genchewingkey.py > ../src/storage/chewing_enum.h -- cgit