diff options
| author | Peng Wu <alexepico@gmail.com> | 2015-10-14 16:04:34 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2015-10-14 16:07:04 +0800 |
| commit | dc867750ebef213bf8717cb46777a8a68b550f4a (patch) | |
| tree | 6baf57e23d665ad62b6062e5e182f4e851aad765 /scripts/Makefile.data | |
| parent | d23ca05207341dce426e6e470e283eed891b9085 (diff) | |
| download | libpinyin-dc867750ebef213bf8717cb46777a8a68b550f4a.tar.gz libpinyin-dc867750ebef213bf8717cb46777a8a68b550f4a.tar.xz libpinyin-dc867750ebef213bf8717cb46777a8a68b550f4a.zip | |
remove scripts directory
Diffstat (limited to 'scripts/Makefile.data')
| -rw-r--r-- | scripts/Makefile.data | 15 |
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 |
