[Rubydoc-devel-cvs] CVS: www Makefile,1.1,1.2
Status: Pre-Alpha
Brought to you by:
thetitan
|
From: Sean C. <the...@us...> - 2001-09-02 18:38:38
|
Update of /cvsroot/rubydoc/www In directory usw-pr-cvs1:/tmp/cvs-serv7086 Modified Files: Makefile Log Message: A user can be specified in a ~/.ssh/config file w/ the User directive Index: Makefile =================================================================== RCS file: /cvsroot/rubydoc/www/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 2001/08/29 19:16:06 1.1 +++ Makefile 2001/09/02 18:38:35 1.2 @@ -1,3 +1,3 @@ push: @echo "Pushing out rubydoc..." - @rsync --progress --stats --delete -Ctvrc docs/ the...@ru...:live/rubydoc-www/htdocs/ + @rsync --progress --stats --delete -Ctvrc docs/ rubydoc.sourceforge.net:live/rubydoc-www/htdocs/ |