summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2009-10-06 15:05:41 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2009-10-06 15:05:41 +0800
commit84eddcfa8bcb893d6835843d1263602a44484dea (patch)
tree9c97c27bd9bd3c7cd247e78c65a30a662c494125 /data
parent2d6b56f3ba73c16d9ca2ec2d24ec112905a6396f (diff)
downloadibus-libpinyin-84eddcfa8bcb893d6835843d1263602a44484dea.tar.gz
ibus-libpinyin-84eddcfa8bcb893d6835843d1263602a44484dea.tar.xz
ibus-libpinyin-84eddcfa8bcb893d6835843d1263602a44484dea.zip
Rename scirpt name
Diffstat (limited to 'data')
-rw-r--r--data/db/google/Makefile.am4
-rwxr-xr-xdata/db/google/create_db.py (renamed from data/db/google/create_db_from_google.py)0
2 files changed, 2 insertions, 2 deletions
diff --git a/data/db/google/Makefile.am b/data/db/google/Makefile.am
index 20a21ee..885317b 100644
--- a/data/db/google/Makefile.am
+++ b/data/db/google/Makefile.am
@@ -19,7 +19,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
create_scripts = \
- create_db_from_google.py \
+ create_db.py \
id.py \
pydict.py \
valid_hanzi.py \
@@ -38,7 +38,7 @@ endif
google.db: $(google_raw_data) $(create_scripts)
$(RM) $@
- $(srcdir)/create_db_from_google.py $(srcdir)/rawdict_utf16_65105_freq.txt | sqlite3 $@
+ $(srcdir)/create_db.py $(srcdir)/rawdict_utf16_65105_freq.txt | sqlite3 $@
EXTRA_DIST = \
$(data_files) \
diff --git a/data/db/google/create_db_from_google.py b/data/db/google/create_db.py
index bfa69ef..bfa69ef 100755
--- a/data/db/google/create_db_from_google.py
+++ b/data/db/google/create_db.py