[Fxruby-commits] CVS: FXRuby update_website.sh,1.5,1.5.2.1
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-05-10 05:00:05
|
Update of /cvsroot/fxruby/FXRuby In directory usw-pr-cvs1:/tmp/cvs-serv10376 Modified Files: Tag: release10 update_website.sh Log Message: Index: update_website.sh =================================================================== RCS file: /cvsroot/fxruby/FXRuby/update_website.sh,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -C2 -d -r1.5 -r1.5.2.1 *** update_website.sh 21 Mar 2002 21:53:17 -0000 1.5 --- update_website.sh 10 May 2002 05:00:02 -0000 1.5.2.1 *************** *** 1,4 **** #!/bin/sh ! tar cvzf website.tar.gz index.html doc/*.html doc/tutorial1.png doc/images/*.gif doc/images/*.png scp website.tar.gz ly...@fx...:/home/groups/f/fx/fxruby/htdocs rm -f website.tar.gz --- 1,4 ---- #!/bin/sh ! tar cvzf website.tar.gz index.html doc/*.html doc/images/*.png scp website.tar.gz ly...@fx...:/home/groups/f/fx/fxruby/htdocs rm -f website.tar.gz |