[Fxruby-commits] CVS: FXRuby update_website.sh,1.4,1.5
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-03-21 21:53:21
|
Update of /cvsroot/fxruby/FXRuby In directory usw-pr-cvs1:/tmp/cvs-serv29267 Modified Files: update_website.sh Log Message: Index: update_website.sh =================================================================== RCS file: /cvsroot/fxruby/FXRuby/update_website.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** update_website.sh 19 Apr 2001 17:13:43 -0000 1.4 --- update_website.sh 21 Mar 2002 21:53:17 -0000 1.5 *************** *** 1,4 **** #!/bin/sh ! tar cvzf website.tar.gz index.html doc/*.html doc/*.png doc/*.gif 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/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 |