i
[chise/ruby.git] / tools / Makefile
index 3df2b57..b0a0160 100755 (executable)
@@ -1,25 +1,33 @@
 # Copyright (C) 2002-2004 Kouichirou Eto, All rights reserved.
 
-#test: ids_db
-test:
+all:
+       echo "see Makefile"
 
-tarball:
-       ruby -I make-chisedb-tarball.rb  /usr/local/lib/xemacs-21.4.14/i686-pc-linux
+define-kanji:
+       ruby define-kanji-meaning.rb
 
 dump:
-       ./dbdumpall.rb
+       ruby dump-database.rb
+
+tarball:
+       ruby make-chisedb-tarball.rb /usr/local/lib/xemacs-21.4.14/i686-pc-linux/chise-db
+
+ids-db:
+       ruby make-ids-database.rb
 
-ids_db:
-       ./idsdbdumpall.rb
+move-obsolete:
+       ruby move-obsolete-files.rb
 
-check:
-       ./idscheckintegrity.rb
+rename-files:
+       ruby rename-files.rb
 
 cleandump:
        -rm ../../chise-db/character/by_feature/*.txt
        -rm ../../chise-db/character/feature/*.txt
 
 cleanidsdb:
+       -rm ../../chise-db/character/by_feature/ids*
+       -rm ../../chise-db/character/by_ids/ids*
        -rm ../../chise-db/character/feature/ids*
 
 scp-chisedb: