]> mj.ucw.cz Git - moe.git/blobdiff - maint/release
Maint: Uploading of documentation
[moe.git] / maint / release
index 4d189b1643b6c8233f4b9de96b23ebe29bc69e62..450e69410e8da2cf76732cc727e9080c01d127d1 100755 (executable)
@@ -23,6 +23,6 @@ $r->GenFile("README");
 $r->Dispatch;
 
 if ($r->{"do_upload"}) {
-       print "Updating documentation at Jabberwock\n";
-       `rsync -av --delete doc/. jabberwock.ucw.cz:/var/www/moe/`; die if $?;
+       system "doc/upload";
+       die if $?;
 }