diff options
| author | Peng Wu <alexepico@gmail.com> | 2024-09-29 14:04:44 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2024-09-29 14:04:44 +0800 |
| commit | 82c4ecfd79c94a46aa9fe8034f9840ae5bc96fe6 (patch) | |
| tree | e0c46567885396df05ec3a094a6e56f402cff3b5 /data | |
| parent | bfcf58960acfa5d6aa64f2f67fa05b0ce2b63c8e (diff) | |
| download | libpinyin-82c4ecfd79c94a46aa9fe8034f9840ae5bc96fe6.tar.gz libpinyin-82c4ecfd79c94a46aa9fe8034f9840ae5bc96fe6.tar.xz libpinyin-82c4ecfd79c94a46aa9fe8034f9840ae5bc96fe6.zip | |
Update punct table file name
Diffstat (limited to 'data')
| -rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 0407d9a..b33652f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -20,7 +20,8 @@ tablefiles = gb_char.table gbk_char.table \ art.table culture.table economy.table \ geology.table history.table life.table \ nature.table people.table science.table \ - society.table sport.table technology.table + society.table sport.table technology.table \ + punct.table binfiles = ${tablefiles:.table=.bin} |
