From: Martin Mares Date: Tue, 25 Feb 2014 22:51:12 +0000 (+0100) Subject: Úpravy uploadovací mašinerie X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=da80d36cf814b50866420c8c712ce56ad091bc96;p=ga.git Úpravy uploadovací mašinerie Od této chvíle jsou časy poslední úpravy kapitol udržovány automaticky. --- diff --git a/Makerules b/Makerules index 1ddda76..7457811 100644 --- a/Makerules +++ b/Makerules @@ -27,6 +27,7 @@ ifndef CUSTOM_UPLOAD upload:: make $P.pdf scp -C $P.pdf jabberwock:www/static/vyuka/ga/ + ssh jabberwock 'cd web && make' endif .SECONDARY: diff --git a/all/Makefile b/all/Makefile index 0f267e8..69218a2 100644 --- a/all/Makefile +++ b/all/Makefile @@ -18,4 +18,3 @@ upload:: make $P.pdf scp -C $P.pdf jabberwock:www/static/vyuka/ga/ ( cd .. && make clean ) -# ( cd ../.. && tar czf - --exclude .git ga ) | ssh jabberwock 'cd www/vyuka/ga/ && cat >ga.tar.gz.new && mv ga.tar.gz.new ga.tar.gz'