From 2c007ec9abfc8d22355bd7cf3619f4b5dac92f74 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 21 Nov 2011 15:51:25 +0800 Subject: add double pinyin table header --- scripts/Makefile.data | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/Makefile.data b/scripts/Makefile.data index 7b4fe0e..21a4dda 100644 --- a/scripts/Makefile.data +++ b/scripts/Makefile.data @@ -9,6 +9,7 @@ pinyins.txt: update-header: python3 genpinyinheader.py > ../src/storage/pinyin_parser_table.h + python3 gendoublepinyinheader.py > ../src/storage/double_pinyin_table.h .PHONY: pinyins.txt -- cgit