From 056c8a42c2d131ec30b80bbf921314693ee381f8 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 8 Aug 2013 13:41:12 +0800 Subject: clean up scripts --- scripts/Makefile.data | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'scripts/Makefile.data') diff --git a/scripts/Makefile.data b/scripts/Makefile.data index 49f65b4..624db75 100644 --- a/scripts/Makefile.data +++ b/scripts/Makefile.data @@ -1,14 +1,7 @@ -all: pinyins.txt - - -pinyins.txt: - python3 genpinyins.py +all: update-header: python3 genpinyinheader.py > ../src/storage/pinyin_parser_table.h python3 genbopomofoheader.py > ../src/storage/chewing_table.h python3 genchewingkey.py > ../src/storage/chewing_enum.h - - -.PHONY: pinyins.txt -- cgit