From 0cbdedd32c0c46e2cb8a088b582ec0432def9081 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 16 Jun 2015 15:41:30 +0800 Subject: update Makefile.am --- data/CMakeLists.txt | 4 ++-- data/Makefile.am | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index ad3933b..d84b2ef 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -48,9 +48,9 @@ add_custom_command( COMMENT "Downloading textual model data..." COMMAND - wget http://downloads.sourceforge.net/libpinyin/models/model9.text.tar.gz + wget http://downloads.sourceforge.net/libpinyin/models/model10.text.tar.gz COMMAND - tar xvf model9.text.tar.gz -C ${CMAKE_SOURCE_DIR}/data + tar xvf model10.text.tar.gz -C ${CMAKE_SOURCE_DIR}/data ) add_custom_command( diff --git a/data/Makefile.am b/data/Makefile.am index 1b11270..6e97f3e 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -20,8 +20,8 @@ tablefiles = gb_char.table gbk_char.table \ merged.table \ art.table culture.table economy.table \ geology.table history.table life.table \ - nature.table scitech.table \ - society.table sport.table + nature.table people.table science.table \ + society.table sport.table technology.table binfiles = ${tablefiles:.table=.bin} @@ -49,8 +49,8 @@ libpinyin_dbdir = $(libdir)/libpinyin/data CLEANFILES = $(binary_model_data) interpolation2.text: - wget http://downloads.sourceforge.net/libpinyin/models/model9.text.tar.gz - tar xvf model9.text.tar.gz -C $(top_srcdir)/data + wget http://downloads.sourceforge.net/libpinyin/models/model10.text.tar.gz + tar xvf model10.text.tar.gz -C $(top_srcdir)/data $(tablefiles) table.conf: interpolation2.text -- cgit