From 8ac98651bc12bb8cea38ca8bdb91f4187d0f8e99 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 21 Nov 2011 17:04:53 +0800 Subject: add chewing_table.h --- scripts/Makefile.data | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/Makefile.data') 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 -- cgit