update.
[chise/ruby.git] / Makefile
index c3ecfd8..6ac1246 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,8 @@
-# by eto 2003-0116
-
 all:
-       @echo "make test or install"
-
-test:
-       cd t; make test
-
-clean:
-       rm */*~
-       rm *~
+       echo "see Makefile."
 
-install:
-       ruby install.rb src/chise.rb
-#      cp lib/chise.rb c:/ruby/lib/ruby/site_ruby/1.6/
+tarball:
+       cd ..; tar czvf ruby-chise.tar.gz ruby; cd ruby
 
-#----------------------------------------------------------------------end.
+doc-update:
+       cd doc; scp index.html.ja index.html.en style.css eto.com:www/2003/ruby