From dc867750ebef213bf8717cb46777a8a68b550f4a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 14 Oct 2015 16:04:34 +0800 Subject: remove scripts directory --- scripts/Makefile.data | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 scripts/Makefile.data (limited to 'scripts/Makefile.data') diff --git a/scripts/Makefile.data b/scripts/Makefile.data deleted file mode 100644 index c65f336..0000000 --- a/scripts/Makefile.data +++ /dev/null @@ -1,15 +0,0 @@ -all: pinyins.txt - - -pinyins.txt: - python3 genpinyins.py - - -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/zhuyin_table.h - python3 genchewingkey.py > ../src/storage/chewing_enum.h - - -.PHONY: pinyins.txt -- cgit