diff options
author | Peng Wu <alexepico@gmail.com> | 2013-08-08 13:41:12 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2013-08-08 13:51:21 +0800 |
commit | 056c8a42c2d131ec30b80bbf921314693ee381f8 (patch) | |
tree | 2e080518f8f1a3bd9dfa1b249aa05839b01ec37a /scripts/Makefile.data | |
parent | 6651303b1b28c3f57b5e6eafb732b9f19a9e27ae (diff) | |
download | libzhuyin-056c8a42c2d131ec30b80bbf921314693ee381f8.tar.gz libzhuyin-056c8a42c2d131ec30b80bbf921314693ee381f8.tar.xz libzhuyin-056c8a42c2d131ec30b80bbf921314693ee381f8.zip |
clean up scripts
Diffstat (limited to 'scripts/Makefile.data')
-rw-r--r-- | scripts/Makefile.data | 9 |
1 files changed, 1 insertions, 8 deletions
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 |