summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.data
diff options
context:
space:
mode:
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