]> mj.ucw.cz Git - eval.git/blobdiff - maint/release
MO-P: Bugfix
[eval.git] / maint / release
index a51ce4202953f2a82207c6740d6ca8af8ef55fba..f5f0eb1d412a526bdc820f12eb457a05fccd606f 100755 (executable)
@@ -15,6 +15,7 @@ push @{$r->{"uploads"}}, {
        }, {
                "url" => "scp://jabberwock.ucw.cz/~ftp/pub/moe/"
        };
+$r->{'testmake'} = './configure mop/default.cfg && make -j4';
 $r->ParseOptions;
 $r->InitDist("maint/dist");
 $r->GenPackage;
@@ -22,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 "maint/upload-doc";
+       die if $?;
 }