summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-21 17:04:53 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-21 17:04:53 +0800
commit8ac98651bc12bb8cea38ca8bdb91f4187d0f8e99 (patch)
treede6142a9ff673104e24e3041f3150524b22d573c /scripts
parent66edb5757ba36adf5d31d29affd78881d186ae36 (diff)
downloadlibpinyin-8ac98651bc12bb8cea38ca8bdb91f4187d0f8e99.tar.gz
libpinyin-8ac98651bc12bb8cea38ca8bdb91f4187d0f8e99.tar.xz
libpinyin-8ac98651bc12bb8cea38ca8bdb91f4187d0f8e99.zip
add chewing_table.h
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.data1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.data b/scripts/Makefile.data
index 21a4dda..9c9f823 100644
--- a/scripts/Makefile.data
+++ b/scripts/Makefile.data
@@ -10,6 +10,7 @@ pinyins.txt:
update-header:
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
.PHONY: pinyins.txt