summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.data
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-10-14 16:04:34 +0800
committerPeng Wu <alexepico@gmail.com>2015-10-14 16:07:04 +0800
commitdc867750ebef213bf8717cb46777a8a68b550f4a (patch)
tree6baf57e23d665ad62b6062e5e182f4e851aad765 /scripts/Makefile.data
parentd23ca05207341dce426e6e470e283eed891b9085 (diff)
downloadlibpinyin-dc867750ebef213bf8717cb46777a8a68b550f4a.tar.gz
libpinyin-dc867750ebef213bf8717cb46777a8a68b550f4a.tar.xz
libpinyin-dc867750ebef213bf8717cb46777a8a68b550f4a.zip
remove scripts directory
Diffstat (limited to 'scripts/Makefile.data')
-rw-r--r--scripts/Makefile.data15
1 files changed, 0 insertions, 15 deletions
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