From: Martin Mares Date: Wed, 9 Jan 2013 00:19:14 +0000 (+0100) Subject: Upravy Makefiles na novou strukturu webovych stranek X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4632896585adee22cdfbcdb059e12abe0298beb6;p=ga.git Upravy Makefiles na novou strukturu webovych stranek --- diff --git a/Makerules b/Makerules index 01aac02..1ddda76 100644 --- a/Makerules +++ b/Makerules @@ -26,7 +26,7 @@ clean:: mostlyclean ifndef CUSTOM_UPLOAD upload:: make $P.pdf - scp -C $P.pdf jabberwock:www/vyuka/ga/ + scp -C $P.pdf jabberwock:www/static/vyuka/ga/ endif .SECONDARY: diff --git a/all/Makefile b/all/Makefile index eed586d..0f267e8 100644 --- a/all/Makefile +++ b/all/Makefile @@ -16,6 +16,6 @@ clean:: upload:: make $P.pdf - scp -C $P.pdf jabberwock:www/vyuka/ga/ + 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'